Skip to content

Commit

Permalink
change artifact downloading plugin (to avoid unpacking the .zips)
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed Oct 9, 2024
1 parent 3615a7f commit 6374835
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/buildnightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,10 @@ jobs:
trim: true

- name: Download existing artifacts
uses: actions/download-artifact@v4
uses: dawidd6/action-download-artifact
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
skip_unpack: true
path: ./assets

- name: Debug environment
Expand Down

0 comments on commit 6374835

Please sign in to comment.