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
|
id: tag
|
||||||
env:
|
env:
|
||||||
SHA: ${{ github.sha }}
|
SHA: ${{ github.sha }}
|
||||||
|
TIME: ${{ date +"%d-%m-%y | %T" }}
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ date +"%d-%m-%y | %T" }}
|
tag_name: $TIME
|
||||||
body: SHA = $SHA
|
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