From 8b8bb95bc76415dcc62e24267abeecf1230ed74f Mon Sep 17 00:00:00 2001 From: Ivan Zorin Date: Wed, 20 Dec 2023 05:26:44 +0300 Subject: [PATCH] push.yml: remove uploading/reuploading individual json files as zips --- .github/workflows/push.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 775e2673..0a9347f6 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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]