Skip to content

Commit 7fc7c6d

Browse files
authored
Merge pull request #196 from VaclavElias/main
ci-cd: Action name correction
2 parents 48d6bcb + 5a89e6c commit 7fc7c6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet-nuget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
- name: Test
141141
run: dotnet test ${{ env.PROJECT_PATH_DEBUG }} --no-build --verbosity normal
142142

143-
- name: Publish Stride Community Toolkit - Bullet
143+
- name: Publish Stride Community Toolkit - DebugShapes
144144
uses: alirezanet/publish-nuget@v3.1.0
145145
with:
146146
PROJECT_FILE_PATH: ${{ env.PROJECT_PATH_DEBUG }}
@@ -171,4 +171,4 @@ jobs:
171171
run: |
172172
gh release create ${{ env.VERSION }} --title "v${{ env.VERSION }}" --notes "Release notes for ${{ env.VERSION }}" --draft
173173
env:
174-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
174+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)