From 22cfef1ba48d688f9bcdeaee2cf3b6961916dc32 Mon Sep 17 00:00:00 2001 From: Jung Hyun Nam Date: Wed, 7 Feb 2024 14:24:09 +0900 Subject: [PATCH] =?UTF-8?q?wingetcreate.exe=20=EC=98=B5=EC=85=98=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/winget_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/winget_publish.yml b/.github/workflows/winget_publish.yml index 1d960f74..0a51d04b 100644 --- a/.github/workflows/winget_publish.yml +++ b/.github/workflows/winget_publish.yml @@ -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