diff options
author | Ben V. Brown <[email protected]> | 2022-02-12 09:56:09 +1100 |
---|---|---|
committer | Ben V. Brown <[email protected]> | 2022-02-12 09:56:09 +1100 |
commit | 20d39b662757ea9eab9dc25719cd9af46d4b1a83 (patch) | |
tree | f86d9a3f8c4956fa3ea1a5e855a6f5cf6d0de529 /.github/workflows | |
parent | 204231b24f01a78a66f884006ddbd75ac9dade60 (diff) | |
download | IronOS-20d39b662757ea9eab9dc25719cd9af46d4b1a83.tar.gz IronOS-20d39b662757ea9eab9dc25719cd9af46d4b1a83.zip |
Update push.yml
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/push.yml | 4 |
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 |