Skip to content

Commit 9794c3b

Browse files
committed
Fix artifact file extension for Windows build in release workflow
1 parent 5b3e34a commit 9794c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_and_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
tag_name: ${{ github.ref_name }}
102102
files: |
103103
artifacts/**/GoSubtitle_linux_portable_amd64.tar.gz
104-
artifacts/**/GoSubtitle_win_portable_amd64.exe
104+
artifacts/**/GoSubtitle_win_portable_amd64.zip
105105
body: ${{ needs.changelog.outputs.changelog }}
106106
prerelease: ${{ steps.check-beta.outputs.is_beta }}
107107
env:

0 commit comments

Comments
 (0)