Update build.yml

This commit is contained in:
Bluzume 2022-03-14 11:03:40 +13:00 committed by GitHub
parent 4986fbb442
commit b906012175
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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