Skip to content

Commit 61e2d4f

Browse files
committed
fix: shell
1 parent 1f91cf9 commit 61e2d4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
Write-Host "Upload complete: $remotePath"
153153
154154
- name: Update AppInstaller Config
155-
shell: pwsh
155+
shell: powershell
156156
run: |
157157
$appxFile = Get-ChildItem -Path "Packaging" -Filter "ChuChartManager_Canary_*.appx" | Select-Object -First 1
158158
if (-not $appxFile) { throw "Appx file not found for version extraction!" }

0 commit comments

Comments
 (0)