Skip to content

Commit

Permalink
Fix release action
Browse files Browse the repository at this point in the history
We now have to specify the path for the download action. The release
script can then use that path to upload the artifcats downloaded.

Signed-off-by: Lucas BEE <pouulet@gmail.com>
  • Loading branch information
PouuleT authored and gregdel committed Oct 9, 2024
1 parent 2660b75 commit ff7d966
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: artifacts
path: artifacts

- name: Upload release
env:
Expand Down

0 comments on commit ff7d966

Please sign in to comment.