doc: Update rust.yml
This commit is contained in:
parent
b594fb8158
commit
245786dc83
1 changed files with 7 additions and 8 deletions
15
.github/workflows/rust.yml
vendored
15
.github/workflows/rust.yml
vendored
|
@ -21,9 +21,6 @@ jobs:
|
||||||
run: cargo build --release
|
run: cargo build --release
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
|
|
||||||
- name: Executable
|
|
||||||
run: chmod +x /home/runner/work/rust-tcp-transfer/target/release/rust-tcp-file-transfer
|
|
||||||
|
|
||||||
- name: Changelog
|
- name: Changelog
|
||||||
uses: ardalanamini/auto-changelog@v4
|
uses: ardalanamini/auto-changelog@v4
|
||||||
|
@ -31,15 +28,17 @@ jobs:
|
||||||
with:
|
with:
|
||||||
github-token: ${{ github.token }}
|
github-token: ${{ github.token }}
|
||||||
release-name: v0.0.1
|
release-name: v0.0.1
|
||||||
|
|
||||||
|
- uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: rust-tcp-transfer
|
||||||
|
path: target/release/rust-tcp-file-transfer
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v0.1.15
|
uses: softprops/action-gh-release@v0.1.15
|
||||||
id: tag
|
id: tag
|
||||||
with:
|
with:
|
||||||
tag_name: Release
|
tag_name: Release
|
||||||
- uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: rust-tcp-transfer
|
|
||||||
path: target/release/rust-tcp-file-transfer
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue