aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Alphrag <34252790+Alphrag@users.noreply.github.com>2022-07-25 01:28:40 +0100
committerLibravatar GitHub <noreply@github.com>2022-07-25 00:28:40 +0000
commit13a0f7a04433141e5b846be2316a9b42de5dab54 (patch)
tree9b6d89d2831a975fa8daf8244fc8add799efcac2 /.github
parent6.0.1-nightly.2 [skip ci] (diff)
downloadferdium-app-13a0f7a04433141e5b846be2316a9b42de5dab54.tar.gz
ferdium-app-13a0f7a04433141e5b846be2316a9b42de5dab54.tar.zst
ferdium-app-13a0f7a04433141e5b846be2316a9b42de5dab54.zip
ci/cd: Fix typo in winget workflow [skip ci] (#514)
Diffstat (limited to '.github')
-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