We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133c57d commit 1d44cc5Copy full SHA for 1d44cc5
1 file changed
.github/workflows/release.yml
@@ -91,7 +91,8 @@ jobs:
91
- name: Download all artifacts
92
uses: actions/download-artifact@v4
93
with:
94
- path: artifacts
+ path: ./artifacts
95
+ merge-multiple: true
96
97
- name: Create Release
98
uses: softprops/action-gh-release@v2
0 commit comments