fix: rust_release.yml
This commit is contained in:
parent
043eebced9
commit
8cfc80a5b6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/rust_release.yml
vendored
4
.github/workflows/rust_release.yml
vendored
|
@ -12,9 +12,9 @@ jobs:
|
|||
- uses: actions/download-artifact@v3
|
||||
name: Download
|
||||
with:
|
||||
path: ~/Downloads/
|
||||
path: Downloads/
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- name: Display Downloads
|
||||
run: ls -R
|
||||
working-directory: ~/Downloads/
|
||||
working-directory: Downloads/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue