docs: Update rust.yml
This commit is contained in:
parent
0a54a360e8
commit
c658459446
1 changed files with 3 additions and 5 deletions
8
.github/workflows/rust.yml
vendored
8
.github/workflows/rust.yml
vendored
|
@ -24,18 +24,16 @@ jobs:
|
|||
run: cargo test --verbose
|
||||
|
||||
- name: SHA
|
||||
run: echo ${{ github.sha }} > Release.txt
|
||||
run: echo ${{ github.sha }} > $SHA
|
||||
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v0.1.15
|
||||
id: tag
|
||||
with:
|
||||
tag_name: Release
|
||||
body_path: Release.txt
|
||||
body: SHA = $SHA
|
||||
generate_release_notes: true
|
||||
files: |
|
||||
target/release/rust-tcp-file-transfer
|
||||
Release.txt
|
||||
files: target/release/rust-tcp-file-transfer
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue