docs: Update rust.yml
This commit is contained in:
parent
22fabdef9d
commit
017457ffad
1 changed files with 1 additions and 4 deletions
5
.github/workflows/rust.yml
vendored
5
.github/workflows/rust.yml
vendored
|
@ -26,11 +26,8 @@ jobs:
|
|||
- name: Release
|
||||
uses: softprops/action-gh-release@v0.1.15
|
||||
id: tag
|
||||
env:
|
||||
SHA: ${{ github.sha }}
|
||||
with:
|
||||
tag_name: Release
|
||||
body: SHA = ${{ $SHA }}
|
||||
tag_name: ${{ steps.id.outputs }}
|
||||
generate_release_notes: true
|
||||
files: target/release/rust-tcp-file-transfer
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue