Skip to content

Commit

Permalink
开发 修复winget脚本错误
Browse files Browse the repository at this point in the history
  • Loading branch information
xushengfeng committed Oct 23, 2024
1 parent 73ca436 commit ad9556f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

- name: winget release
if: matrix.os == 'windows-latest'
if: matrix.os == 'windows-latest' && matrix.arch == 'x64'
uses: michidk/winget-updater@latest
with:
komac-token: ${{ secrets.ACCESS_TOKEN }}
identifier: "xushengfeng.eSearch"
repo: "xushengfeng/eSearch"
url: "https://github.com/xushengfeng/eSearch/releases/download/{VERSION}/eSearch-{VERSION}-win32-x64.exe"

0 comments on commit ad9556f

Please sign in to comment.