Skip to content

Commit

Permalink
wingetcreate.exe 옵션 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
rkttu committed Feb 7, 2024
1 parent 7b19dd2 commit 22cfef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/winget_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
# Update package using wingetcreate
Invoke-WebRequest https://aka.ms/wingetcreate/latest -OutFile wingetcreate.exe
.\wingetcreate.exe update $packageId --version $packageVersion --urls "$installerUrl"|x64 --submit --token $gitToken
.\wingetcreate.exe update $packageId --version $packageVersion --urls "$installerUrl|x64" --submit --token $gitToken

0 comments on commit 22cfef1

Please sign in to comment.