Skip to content

Commit 49a11dd

Browse files
authored
Update build_linux64.yml
1 parent 75b159f commit 49a11dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_linux64.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,12 @@ jobs:
3838
name: subconverter_linux64.zip
3939
path: subconverter_linux64.zip
4040

41+
4142
- name: Create Release
4243
uses: softprops/action-gh-release@v2
4344
with:
4445
files: subconverter_linux64.zip
46+
tag_name: ${{ github.ref_name }}-${{ github.run_number }}
47+
release_name: Release-${{ github.ref_name }}-${{ github.run_number }}
48+
4549

0 commit comments

Comments
 (0)