From d4875ae764643e798d5f7e3d6c67670e3cb92c85 Mon Sep 17 00:00:00 2001 From: Brett Mayson Date: Fri, 18 Oct 2024 04:56:43 +0000 Subject: [PATCH] fix release artifact --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 74293693..b3c27179 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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 @@ -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