-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #196 from VaclavElias/main
ci-cd: Action name correction
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
@@ -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 }} |