docs: Update rust.yml
This commit is contained in:
parent
087546a962
commit
802bfd8a50
1 changed files with 1 additions and 5 deletions
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
|
@ -23,15 +23,11 @@ jobs:
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
|
|
||||||
- name: SHA_Generation
|
|
||||||
run: echo "SHA=${{ github.sha }}"
|
|
||||||
|
|
||||||
- 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: SHA= ${{ github.sha }}
|
||||||
body: ${{ env.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