Skip to content

Commit

Permalink
keep windows on zip
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Oct 18, 2024
1 parent 751297c commit faaccb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ jobs:
name: windows-x64
path: release

- name: Rename Windows x64
- name: Zip Windows x64
run: |
cd release && mv hemtt.exe windows-x64.exe
cd release && zip windows-x64.zip hemtt.exe && rm hemtt.exe
- name: Download MacOS x64
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -187,5 +187,5 @@ jobs:
uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: BrettMayson.HEMTT
installers-regex: 'windows-x64.exe'
installers-regex: 'windows-x64.zip'
token: ${{ secrets.WINGET_TOKEN }} # Classic Personal Access Token with [public_repo, workflow] scopes

0 comments on commit faaccb2

Please sign in to comment.