Skip to content

Commit

Permalink
fix: MSIX package manifest changes without /f [1/?]
Browse files Browse the repository at this point in the history
  • Loading branch information
yannouuuu committed Aug 10, 2024
1 parent 8cce22e commit 82fbe76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ jobs:
Write-Host "Error: AppxManifest.xml not found"
exit 1
}
& "C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\MakeAppx.exe" pack /d . /p Zed-windows-amd64-${{ env.LATEST_TAG }}.msix /f AppxManifest.xml
& "C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\MakeAppx.exe" pack /d . /p Zed-windows-amd64-${{ env.LATEST_TAG }}.msix
if ($LASTEXITCODE -ne 0) {
Write-Host "Error: MakeAppx failed with exit code $LASTEXITCODE"
exit 1
Expand Down

0 comments on commit 82fbe76

Please sign in to comment.