mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-07 13:45:42 +12:00
Update windows.yml
This commit is contained in:
parent
38607d47aa
commit
9c624556e3
1 changed files with 14 additions and 0 deletions
14
.github/workflows/windows.yml
vendored
14
.github/workflows/windows.yml
vendored
|
@ -67,3 +67,17 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: HISP-WinARM64
|
name: HISP-WinARM64
|
||||||
path: HorseIsleServer\HISP\bin\arm64\Windows\net6.0\windows-arm64\publish\
|
path: HorseIsleServer\HISP\bin\arm64\Windows\net6.0\windows-arm64\publish\
|
||||||
|
|
||||||
|
|
||||||
|
- name: Upload win-x86-noobs
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: HISP-Win32-Noobs
|
||||||
|
path: HorseIsleServer\N00BS\bin\x86\Windows\net6.0\win-x86\publish\
|
||||||
|
|
||||||
|
|
||||||
|
- name: Upload win-x64-noobs
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: HISP-Win64-Noobs
|
||||||
|
path: HorseIsleServer\N00BS\bin\x64\Windows\net6.0\win-x64\publish\
|
||||||
|
|
Loading…
Add table
Reference in a new issue