Skip to content

Commit

Permalink
fix release artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Oct 18, 2024
1 parent 4496ed9 commit d4875ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:

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

0 comments on commit d4875ae

Please sign in to comment.