mirror of
https://github.com/astro/deadnix.git
synced 2024-11-24 09:12:50 +03:00
.github/workflows/checks.yml: fix upload-artifact args
This commit is contained in:
parent
0022899cbc
commit
483a73291a
5
.github/workflows/checks.yml
vendored
5
.github/workflows/checks.yml
vendored
@ -77,5 +77,6 @@ jobs:
|
||||
with:
|
||||
command: build --release
|
||||
- uses: actions/upload-artifact@v2
|
||||
name: deadnix
|
||||
path: target/release/deadnix
|
||||
with:
|
||||
name: deadnix
|
||||
path: target/release/deadnix
|
||||
|
Loading…
Reference in New Issue
Block a user