Skip to content

Commit 1d44cc5

Browse files
committed
Fix release action to correctly link the build artifacts to the new release
1 parent 133c57d commit 1d44cc5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ jobs:
9191
- name: Download all artifacts
9292
uses: actions/download-artifact@v4
9393
with:
94-
path: artifacts
94+
path: ./artifacts
95+
merge-multiple: true
9596

9697
- name: Create Release
9798
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)