Skip to content

Commit 1ffeef7

Browse files
committed
Fix path
1 parent a74c527 commit 1ffeef7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,9 @@ jobs:
101101
steps:
102102
- uses: actions/download-artifact@v4
103103
with:
104+
name: release
104105
path: .
105106
- uses: softprops/action-gh-release@v1
106107
with:
107108
files: |
108-
./release-${{ github.ref_name }}.zip
109+
./release/release-${{ github.ref_name }}.zip

0 commit comments

Comments
 (0)