fix: rust_release.yml
This commit is contained in:
parent
8cfc80a5b6
commit
fa6d480ea7
1 changed files with 5 additions and 1 deletions
6
.github/workflows/rust_release.yml
vendored
6
.github/workflows/rust_release.yml
vendored
|
@ -8,7 +8,11 @@ jobs:
|
|||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- name: Forge a Folder
|
||||
run: mkdir Downloads
|
||||
|
||||
- uses: actions/download-artifact@v3
|
||||
name: Download
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue