docs: Update rust.yml
This commit is contained in:
parent
c658459446
commit
53a7fea3a0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -24,14 +24,14 @@ jobs:
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
|
|
||||||
- name: SHA
|
- name: SHA
|
||||||
run: echo ${{ github.sha }} > $SHA
|
run: echo ${{ github.sha }} = $sha_key
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v0.1.15
|
uses: softprops/action-gh-release@v0.1.15
|
||||||
id: tag
|
id: tag
|
||||||
with:
|
with:
|
||||||
tag_name: Release
|
tag_name: Release
|
||||||
body: SHA = $SHA
|
body: SHA = $sha_key
|
||||||
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