aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorBen V. Brown <[email protected]>2022-02-12 09:56:09 +1100
committerBen V. Brown <[email protected]>2022-02-12 09:56:09 +1100
commit20d39b662757ea9eab9dc25719cd9af46d4b1a83 (patch)
treef86d9a3f8c4956fa3ea1a5e855a6f5cf6d0de529 /.github/workflows
parent204231b24f01a78a66f884006ddbd75ac9dade60 (diff)
downloadIronOS-20d39b662757ea9eab9dc25719cd9af46d4b1a83.tar.gz
IronOS-20d39b662757ea9eab9dc25719cd9af46d4b1a83.zip
Update push.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/push.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml
index 738ecfcc..b1a28baf 100644
--- a/.github/workflows/push.yml
+++ b/.github/workflows/push.yml
@@ -90,13 +90,13 @@ jobs:
if-no-files-found: error
- name: Generate json index file
- run: cd source && python3 metadata.py ${{ matrix.model }}.json
+ run: cd source && python3 metadata.py Pinecil_multi-lang.json
- name: Archive ${{ matrix.model }} index file
uses: actions/upload-artifact@v2
with:
name: metadata
- path: source/Hexfile/${{ matrix.model }}.json
+ path: source/Hexfile/Pinecil_multi-lang.json
tests:
runs-on: ubuntu-20.04