Update .github/workflows/test.yml
All checks were successful
Compile Rust Code on Release / lint&test (push) Successful in 1m22s
All checks were successful
Compile Rust Code on Release / lint&test (push) Successful in 1m22s
This commit is contained in:
parent
a3c1ecf4e6
commit
086e7e4ebb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
- run: cargo test
|
||||
- run: cargo build --release
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: wololo-app
|
||||
path: target/release/wololo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue