Skip to content

Commit

Permalink
GITHUB: workflows/testing.yml: use download-artifact@v3 to fetch rele…
Browse files Browse the repository at this point in the history
…ase assets

Signed-off-by: Tim Janik <[email protected]>
  • Loading branch information
tim-janik committed Sep 9, 2023
1 parent efabb78 commit f2c293f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: misc/publish.sh ${{ github.run_id }}
- name: Download Release Assets
uses: actions/download-artifact@v3
- run: ls -lR assets/
- name: Create Release with Assets
run: misc/publish.sh

Ping-IRC:
if: always()
Expand Down

0 comments on commit f2c293f

Please sign in to comment.