docs: Update rust.yml
This commit is contained in:
parent
5bdf07a8cd
commit
7b833434ce
1 changed files with 4 additions and 0 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -26,7 +26,11 @@ 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: ${{ github.event.repository.updated_at}}
|
||||||
|
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