docs: Update rust.yml
This commit is contained in:
parent
6a7aa262a6
commit
087546a962
1 changed files with 4 additions and 1 deletions
5
.github/workflows/rust.yml
vendored
5
.github/workflows/rust.yml
vendored
|
@ -23,12 +23,15 @@ jobs:
|
|||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
|
||||
- name: SHA_Generation
|
||||
run: echo "SHA=${{ github.sha }}"
|
||||
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v0.1.15
|
||||
id: tag
|
||||
with:
|
||||
tag_name: Release
|
||||
body: SHA = echo ${{ github.sha }}
|
||||
body: ${{ env.SHA }}
|
||||
generate_release_notes: true
|
||||
files: target/release/rust-tcp-file-transfer
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue