docs: Update rust.yml

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

View file

@ -23,11 +23,16 @@ jobs:
- name: Run tests
run: cargo test --verbose
- name: SHA
run: echo ${{ github.sha }} > Release.txt
- name: Release
uses: softprops/action-gh-release@v0.1.15
id: tag
with:
tag_name: v${{ inputs.VERSION_TAG }}
tag_name: ${{ inputs.VERSION_TAG }}
body_path: Release.txt
generate_release_notes: true
files: target/release/rust-tcp-file-transfer