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 d0d10ce commit ab31dd1Copy full SHA for ab31dd1
.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 publish --configuration Release --no-build --output ./out
+ run: dotnet publish ./CustomCommands/CustomCommands.csproj --configuration Release --no-build --output ./out
29
30
- name: Zip artifacts
31
run: |
0 commit comments