Skip to content

Commit 9d6c6d2

Browse files
authored
Merge pull request #39 from HerrMagiic/dev
v2.0.3
2 parents d225443 + 09c2077 commit 9d6c6d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: dotnet build ./CustomCommands/CustomCommands.csproj --configuration Release --no-restore
2626

2727
- name: Publish
28-
run: dotnet ./CustomCommands/CustomCommands.csproj publish --configuration Release --no-build --output ./out
28+
run: dotnet publish --configuration Release --no-build --output ./out
2929

3030
- name: Zip artifacts
3131
run: |

0 commit comments

Comments
 (0)