docs: Update rust.yml
This commit is contained in:
parent
f075d043a3
commit
ed5a5ba88f
1 changed files with 6 additions and 1 deletions
7
.github/workflows/rust.yml
vendored
7
.github/workflows/rust.yml
vendored
|
@ -23,11 +23,16 @@ jobs:
|
|||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
|
||||
- name: SHA
|
||||
run: echo ${{ github.sha }} > Release.txt
|
||||
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v0.1.15
|
||||
id: tag
|
||||
with:
|
||||
tag_name: v${{ inputs.VERSION_TAG }}
|
||||
tag_name: ${{ inputs.VERSION_TAG }}
|
||||
body_path: Release.txt
|
||||
generate_release_notes: true
|
||||
files: target/release/rust-tcp-file-transfer
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue