docs: Update rust.yml
This commit is contained in:
parent
087546a962
commit
802bfd8a50
1 changed files with 1 additions and 5 deletions
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
|
@ -23,15 +23,11 @@ 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: ${{ env.SHA }}
|
||||
tag_name: SHA= ${{ github.sha }}
|
||||
generate_release_notes: true
|
||||
files: target/release/rust-tcp-file-transfer
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue