Skip to content

Commit a74c527

Browse files
committed
Fix path
1 parent 12bf7bd commit a74c527

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ jobs:
8484
- run: mkdir ./release
8585
- uses: actions/download-artifact@v4
8686
with:
87-
path: ./release
88-
- run: ls -lR ./release
87+
path: ./release-${{ github.ref_name }}
88+
- run: ls -lR ./release-${{ github.ref_name }}
8989
- run: zip -r ./release-${{ github.ref_name }}.zip ./release-${{ github.ref_name }}
9090
- uses: actions/upload-artifact@v4
9191
if: ${{success()}}

0 commit comments

Comments
 (0)