Skip to content

Commit

Permalink
Windows ARM doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehjohn committed Aug 15, 2024
1 parent db1b28b commit db3d120
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
Zen.Desktop.Host.Windows.Arm.zip
Zen.Desktop.Host.Windows.Intel.zip
Zen.Desktop.Host.Linux.Intel.zip
Zen.Desktop.Host.Linux.Arm.zip
Expand Down
8 changes: 0 additions & 8 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ rm *.Host.*.zip
dotnet publish ./src/Zen.Desktop.Host/Zen.Desktop.Host.csproj -c Release -r osx-x64 /p:PublishReadyToRun=true /p:TieredCompilation=false --self-contained /p:PublishReadyToRunShowWarnings=true
dotnet publish ./src/Zen.Desktop.Host/Zen.Desktop.Host.csproj -c Release -r osx-arm64 /p:PublishReadyToRun=true /p:TieredCompilation=false --self-contained /p:PublishReadyToRunShowWarnings=true
dotnet publish ./src/Zen.Desktop.Host/Zen.Desktop.Host.csproj -c Release -r win-x64 /p:PublishReadyToRun=true /p:TieredCompilation=false --self-contained /p:PublishReadyToRunShowWarnings=true
dotnet publish ./src/Zen.Desktop.Host/Zen.Desktop.Host.csproj -c Release -r win-arm64 /p:PublishReadyToRun=true /p:TieredCompilation=false --self-contained /p:PublishReadyToRunShowWarnings=true
dotnet publish ./src/Zen.Desktop.Host/Zen.Desktop.Host.csproj -c Release -r linux-x64 /p:PublishReadyToRun=true /p:TieredCompilation=false --self-contained /p:PublishReadyToRunShowWarnings=true
dotnet publish ./src/Zen.Desktop.Host/Zen.Desktop.Host.csproj -c Release -r linux-arm64 /p:PublishReadyToRun=true /p:TieredCompilation=false --self-contained /p:PublishReadyToRunShowWarnings=true

Expand All @@ -29,13 +28,6 @@ zip -r Zen.Desktop.Host.Windows.Intel.zip *
cd -
mv ./src/Zen.Desktop.Host/bin/Release/net8.0/win-x64/publish/Zen.Desktop.Host.Windows.Intel.zip .

cd ./src/Zen.Desktop.Host/bin/Release/net8.0/win-arm64/publish
pwd
rm *.zip
zip -r Zen.Desktop.Host.Windows.Arm.zip *
cd -
mv ./src/Zen.Desktop.Host/bin/Release/net8.0/win-arm64/publish/Zen.Desktop.Host.Windows.Arm.zip .

cd ./src/Zen.Desktop.Host/bin/Release/net8.0/linux-x64/publish
pwd
rm *.zip
Expand Down

0 comments on commit db3d120

Please sign in to comment.