Skip to content

Commit

Permalink
Update push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralim committed Feb 11, 2022
1 parent 204231b commit 20d39b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20d39b6

Please sign in to comment.