fix: workflow
This commit is contained in:
parent
c0d859c0f3
commit
1bccfbe347
1 changed files with 5 additions and 5 deletions
10
.github/workflows/rust.yml
vendored
10
.github/workflows/rust.yml
vendored
|
@ -84,13 +84,13 @@ jobs:
|
|||
calculatedSha=$(git rev-parse --short ${{ github.sha }})
|
||||
echo "short_sha=$calculatedSha" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v0.1.15
|
||||
- uses: softprops/action-gh-release@v0.1.15
|
||||
name: Release
|
||||
with:
|
||||
tag_name: ${{ steps.vars.outputs.short_sha }}
|
||||
generate_release_notes: true
|
||||
files: |
|
||||
*/rust_tcp_file_transfer_linux_x64_86/rust_tcp_file_transfer_linux_x64_86
|
||||
*/rust_tcp_file_transfer_windows_x64_86/rust_tcp_file_transfer_windows_x64_86.exe
|
||||
*/rust_tcp_file_transfer_macos_x64_86/rust_tcp_file_transfer_macos_x64_86
|
||||
Downloads/*linux*/*trasfer*
|
||||
Downloads/*windows*/*transfer*
|
||||
Downloads/*macos*/*transfer*
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue