Skip to content

Commit

Permalink
upgrade download-artifact + added debugging step
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed Oct 9, 2024
1 parent d3cd502 commit 57ca37a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/buildnightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,16 @@ jobs:
trim: true

- name: Download existing artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
merge-multiple: true
github-token: ${{ secrets.GITHUB_TOKEN }}
path: ./assets

- name: Debug environment
run: |
ls -laR ./assets
shell: bash

- name: Upload release assets
run: |
Expand Down

0 comments on commit 57ca37a

Please sign in to comment.