Skip to content

Commit

Permalink
fix: remove MSIX-Hero build verification step from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yannouuuu committed Sep 28, 2024
1 parent 152d0f5 commit df2d318
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,15 +189,6 @@ jobs:
cd MSIX-Hero
msbuild Otor.MsixHero.sln /t:Clean /p:Configuration=Release /p:Platform="Any CPU"
- name: Verify MSIX-Hero build
run: |
if (Test-Path "MSIX-Hero/src/Otor.MsixHero.App/bin/Release/net8.0-windows10.0.22621.0/Otor.MsixHero.App.exe") {
Write-Host "MSIX-Hero built successfully"
} else {
Write-Host "MSIX-Hero build failed"
exit 1
}
- name: Convert EXE to MSIX
run: |
$sourceExe = "zed\target\release\Zed-windows-amd64-${{ env.LATEST_TAG }}.exe"
Expand Down

0 comments on commit df2d318

Please sign in to comment.