We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d225443 + 09c2077 commit 9d6c6d2Copy full SHA for 9d6c6d2
.github/workflows/main.yml
@@ -25,7 +25,7 @@ jobs:
25
run: dotnet build ./CustomCommands/CustomCommands.csproj --configuration Release --no-restore
26
27
- name: Publish
28
- run: dotnet ./CustomCommands/CustomCommands.csproj publish --configuration Release --no-build --output ./out
+ run: dotnet publish --configuration Release --no-build --output ./out
29
30
- name: Zip artifacts
31
run: |
0 commit comments