docs: Update rust.yml

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2023-09-24 01:53:29 +03:00 committed by GitHub
parent 53a7fea3a0
commit 0d8efaa88b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,15 +23,12 @@ jobs:
- name: Run tests
run: cargo test --verbose
- name: SHA
run: echo ${{ github.sha }} = $sha_key
- name: Release
uses: softprops/action-gh-release@v0.1.15
id: tag
with:
tag_name: Release
body: SHA = $sha_key
body_path: SHA = ${{ github.sha }}
generate_release_notes: true
files: target/release/rust-tcp-file-transfer