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