diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 4f0b3b9a..bcfabc33 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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: