mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 13:15:42 +12:00
Fix workflows
This commit is contained in:
parent
515cff6fb9
commit
1740427e19
2 changed files with 6 additions and 6 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -88,25 +88,25 @@ jobs:
|
|||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: HISP-Win64
|
||||
path: HorseIsleServer\HISP\bin\x64\Windows\net6.0\win-x64\publish\
|
||||
path: HorseIsleServer\HISPCli\bin\x64\Windows\net6.0\win-x64\publish\
|
||||
|
||||
- name: Upload win-x86
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: HISP-Win32
|
||||
path: HorseIsleServer\HISP\bin\x86\Windows\net6.0\win-x86\publish\
|
||||
path: HorseIsleServer\HISPCli\bin\x86\Windows\net6.0\win-x86\publish\
|
||||
|
||||
- name: Upload win-arm
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: HISP-WinARM
|
||||
path: HorseIsleServer\HISP\bin\arm\Windows\net6.0\windows-arm\publish\
|
||||
path: HorseIsleServer\HISPCli\bin\arm\Windows\net6.0\windows-arm\publish\
|
||||
|
||||
- name: Upload win-arm64
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: HISP-WinARM64
|
||||
path: HorseIsleServer\HISP\bin\arm64\Windows\net6.0\windows-arm64\publish\
|
||||
path: HorseIsleServer\HISPCli\bin\arm64\Windows\net6.0\windows-arm64\publish\
|
||||
|
||||
- name: Upload win-x86-noobs
|
||||
uses: actions/upload-artifact@v2
|
||||
|
|
|
@ -349,7 +349,7 @@
|
|||
"Name" = "8:Microsoft Visual Studio"
|
||||
"ProductName" = "8:HISP-N00BS"
|
||||
"ProductCode" = "8:{60BA2AF1-4913-4A37-9280-093E8E7DAADE}"
|
||||
"PackageCode" = "8:{88A7C3C4-CB07-4D31-ADA6-1FA3B9FFAB19}"
|
||||
"PackageCode" = "8:{96A4B673-929B-49DC-B013-F53F41FCA43A}"
|
||||
"UpgradeCode" = "8:{FAD2FB5F-7B7C-4293-BF2D-09384146449E}"
|
||||
"AspNetVersion" = "8:2.0.50727.0"
|
||||
"RestartWWWService" = "11:FALSE"
|
||||
|
@ -483,7 +483,7 @@
|
|||
"Icon" = "8:_611F30D5162547E3BA321F145FD40AC5"
|
||||
"Feature" = "8:"
|
||||
}
|
||||
"{970C0BB2-C7D0-45D7-ABFA-7EC378858BC0}:_8C2FF2BBC6C5459CB7C3C3D7563A6B24"
|
||||
"{970C0BB2-C7D0-45D7-ABFA-7EC378858BC0}:_A605B12DD6E64941ACDA0011A43463E0"
|
||||
{
|
||||
"Name" = "8:HISP-N00BS"
|
||||
"Arguments" = "8:"
|
||||
|
|
Loading…
Add table
Reference in a new issue