Skip to content

Commit

Permalink
push.yml: testing proposed by github solution for actions:Ralim#472
Browse files Browse the repository at this point in the history
  • Loading branch information
ia committed Dec 19, 2023
1 parent 769b0ed commit 33c2d28
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,26 @@ jobs:
path: source/Hexfile/${{ matrix.model }}.json


upload-metadata:
needs: build
runs-on: ubuntu-20.04
steps:

- name: Download All JSONs
uses: actions/download-artifact@v4
with:
path: metadata
pattern: metadata-*
merge-multiple: true
- run: ls -R metadata

- name: Re-upload JSONs
uses: actions/upload-artifact@v4
with:
name: metadata
path: metadata/*


build_multi-lang:
runs-on: ubuntu-20.04
container:
Expand Down

0 comments on commit 33c2d28

Please sign in to comment.