Update push.yml

This commit is contained in:
Ben V. Brown
2022-02-12 09:56:09 +11:00
parent 204231b24f
commit 20d39b6627

View File

@@ -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