Remove Windows ARM version

This commit is contained in:
Li 2023-11-25 13:18:36 +13:00
parent 08ead748bb
commit 154f5e0149
5 changed files with 19 additions and 19 deletions

View file

@ -235,12 +235,12 @@ jobs:
cd MPN00BS cd MPN00BS
dotnet publish -p:PublishProfile=Win32.pubxml dotnet publish -p:PublishProfile=Win32.pubxml
cd .. cd ..
- name: Build win-arm # - name: Build win-arm
continue-on-error: false # continue-on-error: false
run: | # run: |
cd HISPd # cd HISPd
dotnet publish -p:PublishProfile=WinARM.pubxml # dotnet publish -p:PublishProfile=WinARM.pubxml
cd .. # cd ..
#nativeaot arm64 build #nativeaot arm64 build
- name: Build win-arm64 - name: Build win-arm64
continue-on-error: false continue-on-error: false
@ -278,12 +278,12 @@ jobs:
name: HISP-Win32 name: HISP-Win32
path: HorseIsleServer/HISPd/bin/x86/Windows/net8.0/win-x86/publish/ path: HorseIsleServer/HISPd/bin/x86/Windows/net8.0/win-x86/publish/
- name: Upload win-arm # - name: Upload win-arm
uses: actions/upload-artifact@v2 # uses: actions/upload-artifact@v2
with: # with:
name: HISP-WinARM # name: HISP-WinARM
path: HorseIsleServer/HISPd/bin/arm/Windows/net8.0/win-arm/publish/ # path: HorseIsleServer/HISPd/bin/arm/Windows/net8.0/win-arm/publish/
#
- name: Upload win-arm64 - name: Upload win-arm64
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:

View file

@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.8.66.0")] [assembly: AssemblyVersion("1.8.67.0")]
[assembly: AssemblyFileVersion("1.8.66.0")] [assembly: AssemblyFileVersion("1.8.67.0")]

View file

@ -1,5 +1,5 @@
Package: hisp Package: hisp
Version: 1.8.66 Version: 1.8.67
Depends: coreutils,systemd,mariadb-server,libsqlite3-dev,zlib1g-dev,libicu-dev,libkrb5-dev Depends: coreutils,systemd,mariadb-server,libsqlite3-dev,zlib1g-dev,libicu-dev,libkrb5-dev
Maintainer: Li Maintainer: Li
Homepage: https://islehorse.com Homepage: https://islehorse.com

View file

@ -30,8 +30,8 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.8.66.0")] [assembly: AssemblyVersion("1.8.67.0")]
[assembly: AssemblyFileVersion("1.8.66.0")] [assembly: AssemblyFileVersion("1.8.67.0")]

View file

@ -30,8 +30,8 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.8.66.0")] [assembly: AssemblyVersion("1.8.67.0")]
[assembly: AssemblyFileVersion("1.8.66.0")] [assembly: AssemblyFileVersion("1.8.67.0")]