docs: Update rust.yml
This commit is contained in:
parent
e011197f49
commit
c6f6159fd5
1 changed files with 1 additions and 12 deletions
13
.github/workflows/rust.yml
vendored
13
.github/workflows/rust.yml
vendored
|
@ -19,21 +19,10 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --release
|
run: cargo build --release
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
|
|
||||||
- name: Changelog
|
|
||||||
uses: ardalanamini/auto-changelog@v4
|
|
||||||
id : changelog
|
|
||||||
with:
|
|
||||||
github-token: ${{ github.token }}
|
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue