Skip to content

Commit

Permalink
Remove Windows ARM version
Browse files Browse the repository at this point in the history
  • Loading branch information
LiEnby committed Nov 25, 2023
1 parent 08ead74 commit 154f5e0
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,12 +235,12 @@ jobs:
cd MPN00BS
dotnet publish -p:PublishProfile=Win32.pubxml
cd ..
- name: Build win-arm
continue-on-error: false
run: |
cd HISPd
dotnet publish -p:PublishProfile=WinARM.pubxml
cd ..
# - name: Build win-arm
# continue-on-error: false
# run: |
# cd HISPd
# dotnet publish -p:PublishProfile=WinARM.pubxml
# cd ..
#nativeaot arm64 build
- name: Build win-arm64
continue-on-error: false
Expand Down Expand Up @@ -278,12 +278,12 @@ jobs:
name: HISP-Win32
path: HorseIsleServer/HISPd/bin/x86/Windows/net8.0/win-x86/publish/

- name: Upload win-arm
uses: actions/upload-artifact@v2
with:
name: HISP-WinARM
path: HorseIsleServer/HISPd/bin/arm/Windows/net8.0/win-arm/publish/

# - name: Upload win-arm
# uses: actions/upload-artifact@v2
# with:
# name: HISP-WinARM
# path: HorseIsleServer/HISPd/bin/arm/Windows/net8.0/win-arm/publish/
#
- name: Upload win-arm64
uses: actions/upload-artifact@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions HorseIsleServer/HISPd/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.8.66.0")]
[assembly: AssemblyFileVersion("1.8.66.0")]
[assembly: AssemblyVersion("1.8.67.0")]
[assembly: AssemblyFileVersion("1.8.67.0")]
2 changes: 1 addition & 1 deletion HorseIsleServer/HISPd/Resources/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: hisp
Version: 1.8.66
Version: 1.8.67
Depends: coreutils,systemd,mariadb-server,libsqlite3-dev,zlib1g-dev,libicu-dev,libkrb5-dev
Maintainer: Li
Homepage: https://islehorse.com
Expand Down
4 changes: 2 additions & 2 deletions HorseIsleServer/LibHISP/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.8.66.0")]
[assembly: AssemblyFileVersion("1.8.66.0")]
[assembly: AssemblyVersion("1.8.67.0")]
[assembly: AssemblyFileVersion("1.8.67.0")]



Expand Down
4 changes: 2 additions & 2 deletions HorseIsleServer/MPN00BS/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.8.66.0")]
[assembly: AssemblyFileVersion("1.8.66.0")]
[assembly: AssemblyVersion("1.8.67.0")]
[assembly: AssemblyFileVersion("1.8.67.0")]



Expand Down

0 comments on commit 154f5e0

Please sign in to comment.