Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sikachyna authored Oct 9, 2024
1 parent cd54956 commit 9ccb954
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 9ccb954

Please sign in to comment.