From b906012175e4141357b8bcee1c4a18b3806068e8 Mon Sep 17 00:00:00 2001 From: Bluzume <39113159+KuromeSan@users.noreply.github.com> Date: Mon, 14 Mar 2022 11:03:40 +1300 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2900442..de7ae79 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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