Skip to content

Commit

Permalink
fix releae workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Bios-Marcel committed Feb 4, 2025
1 parent 7b53bc8 commit 175fd90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ jobs:
- name: Download linux artifact
uses: dawidd6/action-download-artifact@v6
with:
workflow: test-and-build.yml
workflow: test.yml
name: wastebasket-linux-x64

- name: Download macos artifact
uses: dawidd6/action-download-artifact@v6
with:
workflow: test-and-build.yml
workflow: test.yml
name: wastebasket-macos-x64

- name: Download windows artifact
uses: dawidd6/action-download-artifact@v6
with:
workflow: test-and-build.yml
workflow: test.yml
name: wastebasket-x64.exe

- name: Create release
Expand Down

0 comments on commit 175fd90

Please sign in to comment.