fixing artifact upload
This commit is contained in:
@@ -17,4 +17,6 @@ jobs:
|
||||
run: cargo build --release --target x86_64-unknown-linux-gnu
|
||||
- uses: actions/upload-artifact@v7
|
||||
name: Upload artifacts
|
||||
path: target/x86_64-unknown-linux-gnu/release/rusty-tasks
|
||||
with:
|
||||
name: rusty-task
|
||||
path: target/x86_64-unknown-linux-gnu/release/rusty-tasks
|
||||
|
||||
Reference in New Issue
Block a user