mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
push.yml: remove uploading/reuploading individual json files as zips
This commit is contained in:
14
.github/workflows/push.yml
vendored
14
.github/workflows/push.yml
vendored
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user