docs: Update rust.yml
This commit is contained in:
parent
1cf08bc337
commit
5f807a5953
1 changed files with 2 additions and 1 deletions
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
|
@ -28,8 +28,9 @@ jobs:
|
|||
id: tag
|
||||
env:
|
||||
SHA: ${{ github.sha }}
|
||||
TIME: ${{ date +"%d-%m-%y | %T" }}
|
||||
with:
|
||||
tag_name: ${{ date +"%d-%m-%y | %T" }}
|
||||
tag_name: $TIME
|
||||
body: SHA = $SHA
|
||||
generate_release_notes: true
|
||||
files: target/release/rust-tcp-file-transfer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue