Skip to content

Commit 2fba13d

Browse files
committed
Another release workflow fix.
1 parent 76b9e50 commit 2fba13d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Get packages
2929
uses: actions/download-artifact@v7.0.0
3030
with:
31-
name: ${{ needs.ci.outputs.artifact-name }}
31+
name: Packages
3232
path: dist
3333

3434
- name: Create release

0 commit comments

Comments
 (0)