We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f91cf9 commit 61e2d4fCopy full SHA for 61e2d4f
1 file changed
.github/workflows/build.yml
@@ -152,7 +152,7 @@ jobs:
152
Write-Host "Upload complete: $remotePath"
153
154
- name: Update AppInstaller Config
155
- shell: pwsh
+ shell: powershell
156
run: |
157
$appxFile = Get-ChildItem -Path "Packaging" -Filter "ChuChartManager_Canary_*.appx" | Select-Object -First 1
158
if (-not $appxFile) { throw "Appx file not found for version extraction!" }
0 commit comments