Skip to content

Commit

Permalink
fixed release workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
gsleap committed May 13, 2024
1 parent cfd3b2e commit 50e1c72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ jobs:
needs: [build-linux-release, build-macos-13-release, build-macos-14-release]
steps:
- name: Download all artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v4
with:
merge-multiple: true

- name: Provide new release asset
uses: "marvinpinto/action-automatic-releases@latest"
Expand Down

0 comments on commit 50e1c72

Please sign in to comment.