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