mirror of
https://github.com/astro/deadnix.git
synced 2024-11-28 01:44:32 +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:
|
with:
|
||||||
command: build --release
|
command: build --release
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
name: deadnix
|
with:
|
||||||
path: target/release/deadnix
|
name: deadnix
|
||||||
|
path: target/release/deadnix
|
||||||
|
Loading…
Reference in New Issue
Block a user