doc: Update rust.yml
This commit is contained in:
parent
da18166774
commit
1bf86cd0e2
1 changed files with 5 additions and 1 deletions
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose
|
run: cargo build --release
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
|
|
||||||
|
@ -34,5 +34,9 @@ jobs:
|
||||||
id: tag
|
id: tag
|
||||||
with:
|
with:
|
||||||
tag_name: Release
|
tag_name: Release
|
||||||
|
- uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: rust-tcp-transfer
|
||||||
|
path: /home/runner/work/rust-tcp-file-transfer/rust-tcp-file-transfer/target/release/rust-tcp-file-transfer
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue