Skip to content

Commit

Permalink
Merge pull request #196 from VaclavElias/main
Browse files Browse the repository at this point in the history
ci-cd: Action name correction
  • Loading branch information
VaclavElias authored Jan 19, 2025
2 parents 48d6bcb + 5a89e6c commit 7fc7c6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
- name: Test
run: dotnet test ${{ env.PROJECT_PATH_DEBUG }} --no-build --verbosity normal

- name: Publish Stride Community Toolkit - Bullet
- name: Publish Stride Community Toolkit - DebugShapes
uses: alirezanet/[email protected]
with:
PROJECT_FILE_PATH: ${{ env.PROJECT_PATH_DEBUG }}
Expand Down Expand Up @@ -171,4 +171,4 @@ jobs:
run: |
gh release create ${{ env.VERSION }} --title "v${{ env.VERSION }}" --notes "Release notes for ${{ env.VERSION }}" --draft
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7fc7c6d

Please sign in to comment.