mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 13:15:42 +12:00
Update build.yml
This commit is contained in:
parent
4986fbb442
commit
b906012175
1 changed files with 12 additions and 1 deletions
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
|
@ -103,7 +103,6 @@ jobs:
|
|||
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:
|
||||
|
@ -139,3 +138,15 @@ jobs:
|
|||
with:
|
||||
name: HISP-MacARM64
|
||||
path: HorseIsleServer/HISP/bin/arm64/MacOS/net6.0/osx-arm64/publish/
|
||||
|
||||
- name: Upload Website (master)
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: HISP-Web-Master
|
||||
path: HorseIsleWeb/master-site
|
||||
|
||||
- name: Upload Website (game)
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: HISP-Web-Game
|
||||
path: HorseIsleWeb/game-site
|
||||
|
|
Loading…
Add table
Reference in a new issue