Skip to content

Commit ca18ec3

Browse files
committed
keep windows on zip
1 parent d4875ae commit ca18ec3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@ jobs:
150150
name: windows-x64
151151
path: release
152152

153-
- name: Rename Windows x64
153+
- name: Zip Windows x64
154154
run: |
155-
cd release && mv hemtt.exe windows-x64.exe
155+
cd release && zip windows-x64.zip hemtt.exe && rm hemtt.exe
156156
157157
- name: Download MacOS x64
158158
uses: actions/download-artifact@v4
@@ -193,5 +193,5 @@ jobs:
193193
uses: vedantmgoyal2009/winget-releaser@v2
194194
with:
195195
identifier: BrettMayson.HEMTT
196-
installers-regex: 'windows-x64.exe'
196+
installers-regex: 'windows-x64.zip'
197197
token: ${{ secrets.WINGET_TOKEN }} # Classic Personal Access Token with [public_repo, workflow] scopes

0 commit comments

Comments
 (0)