Skip to content

Commit

Permalink
Update tookit-ndepend-github.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VaclavElias authored May 29, 2024
1 parent b0556a1 commit b7d59f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tookit-ndepend-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
lfs: true

- name: Restore Stride dependencies
run: dotnet restore ${{ env.PROJECT_PATH_CORE }}
run: dotnet restore ${{ env.PROJECT_PATH_CORE }} --runtime win-x64

- name: Build Stride.CommunityToolkit.sln
run: dotnet build ${{ env.PROJECT_PATH_CORE }} --no-restore
Expand All @@ -52,4 +52,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ${{ env.DEPLOY_DIR }}
destination_dir: toolkit/ndepend
publish_branch: gh-pages
publish_branch: gh-pages

0 comments on commit b7d59f1

Please sign in to comment.