doc: Update rust.yml
This commit is contained in:
parent
e8dc3d3fc8
commit
b594fb8158
1 changed files with 5 additions and 4 deletions
9
.github/workflows/rust.yml
vendored
9
.github/workflows/rust.yml
vendored
|
@ -18,11 +18,12 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Build
|
- name: Build
|
||||||
run:
|
run: cargo build --release
|
||||||
cargo build --release |
|
|
||||||
chmod +x target/release/rust-tcp-file-transfer
|
|
||||||
- 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
|
||||||
|
@ -30,7 +31,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
github-token: ${{ github.token }}
|
github-token: ${{ github.token }}
|
||||||
release-name: v0.0.1
|
release-name: v0.0.1
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v0.1.15
|
uses: softprops/action-gh-release@v0.1.15
|
||||||
id: tag
|
id: tag
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue