We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48d6bcb + 5a89e6c commit 7fc7c6dCopy full SHA for 7fc7c6d
.github/workflows/dotnet-nuget.yml
@@ -140,7 +140,7 @@ jobs:
140
- name: Test
141
run: dotnet test ${{ env.PROJECT_PATH_DEBUG }} --no-build --verbosity normal
142
143
- - name: Publish Stride Community Toolkit - Bullet
+ - name: Publish Stride Community Toolkit - DebugShapes
144
uses: alirezanet/publish-nuget@v3.1.0
145
with:
146
PROJECT_FILE_PATH: ${{ env.PROJECT_PATH_DEBUG }}
@@ -171,4 +171,4 @@ jobs:
171
run: |
172
gh release create ${{ env.VERSION }} --title "v${{ env.VERSION }}" --notes "Release notes for ${{ env.VERSION }}" --draft
173
env:
174
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments