mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-26 08:46:08 +00:00
Fix rust.yml
This commit is contained in:
parent
863b512718
commit
98d10d6596
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
run: cargo build --release
|
run: cargo build --release
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2.2.1
|
- uses: actions/upload-artifact@v2.2.1
|
||||||
- name: Upload a Build Artifact
|
name: Upload a Build Artifact
|
||||||
with:
|
with:
|
||||||
name: libreddit
|
name: libreddit
|
||||||
path: target/release/libreddit
|
path: target/release/libreddit
|
||||||
|
|
Loading…
Add table
Reference in a new issue