push.yml: remove uploading/reuploading individual json files as zips

This commit is contained in:
Ivan Zorin
2023-12-20 05:26:44 +03:00
parent 57e346a3c9
commit 8b8bb95bc7

View File

@@ -53,13 +53,6 @@ jobs:
source/Hexfile/LICENSE_RELEASE.md
if-no-files-found: error
- name: Archive ${{ matrix.model }} index file
uses: actions/upload-artifact@v4
with:
name: .metadata-${{ matrix.model }}
path: source/Hexfile/${{ matrix.model }}.json
retention-days: 1
build_multi-lang:
runs-on: ubuntu-20.04
@@ -109,13 +102,6 @@ jobs:
source/Hexfile/LICENSE_RELEASE.md
if-no-files-found: error
- name: Archive ${{ matrix.model }} index file
uses: actions/upload-artifact@v4
with:
name: .metadata-${{ matrix.model }}_multi-lang
path: source/Hexfile/${{ matrix.model }}_multi-lang.json
retention-days: 1
upload_metadata:
needs: [build, build_multi-lang]