Skip to content

Commit

Permalink
push.yml: split metadata artifacts into two separated packages since …
Browse files Browse the repository at this point in the history
…now it's error by design in uploadV4 to stuff multiple files from different jobs/steps into artifact with the same name
  • Loading branch information
ia committed Dec 19, 2023
1 parent 8105702 commit 8504940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Archive ${{ matrix.model }} index file
uses: actions/upload-artifact@v4
with:
name: metadata
name: metadata_multi-lang
path: source/Hexfile/${{ matrix.model }}_multi-lang.json


Expand Down

0 comments on commit 8504940

Please sign in to comment.