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,20 +19,9 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- name: Build
|
||||
run: cargo build --release
|
||||
|
||||
- name: Run tests
|
||||
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
|
||||
uses: softprops/action-gh-release@v0.1.15
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue