From 710ac206c407e5d945cb626b87444e840bf9d23a Mon Sep 17 00:00:00 2001 From: SilicaAndPina Date: Sun, 17 Apr 2022 18:35:14 +1200 Subject: [PATCH] revert workflwo --- .github/workflows/build.yml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 01c8474..a19ce97 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,13 +3,13 @@ name: build on: push: branches: [ master ] - defaults: run: working-directory: ./HorseIsleServer jobs: build: + runs-on: windows-latest steps: @@ -26,9 +26,6 @@ jobs: dotnet-version: 7.0.x include-prerelease: true -# - name: Setup WSL -# uses: Vampire/setup-wsl@v1.2.0 - - name: Restore dependencies run: dotnet restore @@ -88,7 +85,8 @@ jobs: # run: | # dotnet publish -p:PublishProfile=AndroidARM64.pubxml - - name: Upload win-x64 + + - name: Upload win-x64 uses: actions/upload-artifact@v2 with: name: HISP-Win64 @@ -167,13 +165,6 @@ jobs: # path: HorseIsleServer/HISPd/bin/arm64/Android/net7.0/android-arm64/publish/ - - name: Upload Debian package - uses: actions/upload-artifact@v2 - with: - name: HISP-DebPackage - path: Debian64.deb - - - name: Upload Website (master) uses: actions/upload-artifact@v2 with: