Skip to content

Commit

Permalink
Removed win-arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
HeDo88TH committed Nov 3, 2024
1 parent aebf0c5 commit c44ba92
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:

- name: Publish win-x64
run: dotnet publish -p:PublishProfile=win-x64.pubxml Obj2Tiles
- name: Publish win-arm
run: dotnet publish -p:PublishProfile=win-arm.pubxml Obj2Tiles
- name: Publish win-arm64
run: dotnet publish -p:PublishProfile=win-arm64.pubxml Obj2Tiles
- name: Publish linux-x64
Expand All @@ -35,8 +33,6 @@ jobs:

- name: Zip win-x64
run: cd Obj2Tiles/bin/Release/net8.0/publish/win-x64/ && zip -r ../../../../../../Obj2Tiles-Win64.zip *
- name: Zip win-arm
run: cd Obj2Tiles/bin/Release/net8.0/publish/win-arm/ && zip -r ../../../../../../Obj2Tiles-WinArm.zip *
- name: Zip win-arm64
run: cd Obj2Tiles/bin/Release/net8.0/publish/win-arm64/ && zip -r ../../../../../../Obj2Tiles-WinArm64.zip *
- name: Zip linux-x64
Expand All @@ -54,7 +50,6 @@ jobs:
Release.txt
LICENSE.md
Obj2Tiles-Win64.zip
Obj2Tiles-WinArm.zip
Obj2Tiles-WinArm64.zip
Obj2Tiles-Linux64.zip
Obj2Tiles-LinuxArm.zip
Expand Down

0 comments on commit c44ba92

Please sign in to comment.