From 9ccb9541c80f36924d31b5c40b843155c711204b Mon Sep 17 00:00:00 2001 From: Igor Sikachyna Date: Wed, 9 Oct 2024 15:48:38 -0400 Subject: [PATCH] Update static.yml --- .github/workflows/static.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index b98c473..e6ce97a 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -27,7 +27,7 @@ jobs: environment: name: github-pages url: $ - runs-on: ubuntu-latest + runs-on: windows-latest steps: - name: Checkout uses: actions/checkout@v3 @@ -38,13 +38,7 @@ jobs: with: dotnet-version: 8.0.x - name: Publish .NET Core Project - continue-on-error: true run: dotnet publish WebGameTest.csproj -c Release -o release --nologo - - name: Print directories - run: | - ls -l /home/runner/.nuget/packages/nkast.xna.framework.content.pipeline.builder/3.14.9001 - ls -l /home/runner/.nuget/packages/nkast.xna.framework.content.pipeline.builder/3.14.9001/build - ls -l /home/runner/.nuget/packages/nkast.xna.framework.content.pipeline.builder/3.14.9001/tools - name: Upload artifact uses: actions/upload-pages-artifact@v2 with: