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
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v0.1.15
|
uses: softprops/action-gh-release@v0.1.15
|
||||||
id: tag
|
id: tag
|
||||||
env:
|
|
||||||
SHA: ${{ github.sha }}
|
|
||||||
with:
|
with:
|
||||||
tag_name: Release
|
tag_name: ${{ steps.id.outputs }}
|
||||||
body: SHA = ${{ $SHA }}
|
|
||||||
generate_release_notes: true
|
generate_release_notes: true
|
||||||
files: target/release/rust-tcp-file-transfer
|
files: target/release/rust-tcp-file-transfer
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue