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 86dbf6b commit 751297c
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 @@ -146,7 +146,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 @@ -187,5 +187,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 751297c

Please sign in to comment.