1
0
forked from me/IronOS

Update push.yml

This commit is contained in:
Ben V. Brown
2022-02-07 21:37:59 +11:00
parent 8c5c166109
commit ee0eeec08f

View File

@@ -89,6 +89,15 @@ jobs:
source/Hexfile/LICENSE_RELEASE.md
if-no-files-found: error
- name: Generate json index file
run: cd source && python3 metadata.py ${{ matrix.model }}.json
- name: Archive ${{ matrix.model }} index file
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.model }}_multi-lang.json
path: source/Hexfile/${{ matrix.model }}.json
tests:
runs-on: ubuntu-20.04
container: