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.
1 parent 1c1a9cc commit 09c2077Copy full SHA for 09c2077
.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