aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/winget-bucket-update.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/winget-bucket-update.yml')
-rw-r--r--.github/workflows/winget-bucket-update.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/winget-bucket-update.yml b/.github/workflows/winget-bucket-update.yml
index 56e2871b9..bb764dfb3 100644
--- a/.github/workflows/winget-bucket-update.yml
+++ b/.github/workflows/winget-bucket-update.yml
@@ -136,4 +136,4 @@ jobs:
136 136
137 $command = ".\wingetcreate.exe update $package -v $($version.Trim('v')) -u $installerUrls -t $ghToken -o .\ -s" 137 $command = ".\wingetcreate.exe update $package -v $($version.Trim('v')) -u $installerUrls -t $ghToken -o .\ -s"
138 Write-Host $command 138 Write-Host $command
139 Invoke-Command $command 139 Invoke-Expression $command