We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4875ae commit ca18ec3Copy full SHA for ca18ec3
.github/workflows/build.yaml
@@ -150,9 +150,9 @@ jobs:
150
name: windows-x64
151
path: release
152
153
- - name: Rename Windows x64
+ - name: Zip Windows x64
154
run: |
155
- cd release && mv hemtt.exe windows-x64.exe
+ cd release && zip windows-x64.zip hemtt.exe && rm hemtt.exe
156
157
- name: Download MacOS x64
158
uses: actions/download-artifact@v4
@@ -193,5 +193,5 @@ jobs:
193
uses: vedantmgoyal2009/winget-releaser@v2
194
with:
195
identifier: BrettMayson.HEMTT
196
- installers-regex: 'windows-x64.exe'
+ installers-regex: 'windows-x64.zip'
197
token: ${{ secrets.WINGET_TOKEN }} # Classic Personal Access Token with [public_repo, workflow] scopes
0 commit comments