mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-05 13:02:44 +13:00
Remove Windows ARM version
This commit is contained in:
parent
08ead748bb
commit
154f5e0149
5 changed files with 19 additions and 19 deletions
24
.github/workflows/build.yml
vendored
24
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
@ -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:
|
||||
|
|
|
@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
|
|||
// 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")]
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -30,8 +30,8 @@ using System.Runtime.InteropServices;
|
|||
//
|
||||
// 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")]
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -30,8 +30,8 @@ using System.Runtime.InteropServices;
|
|||
//
|
||||
// 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")]
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue