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 2f8c694 commit 1c1a9ccCopy full SHA for 1c1a9cc
.github/workflows/main.yml
@@ -22,10 +22,10 @@ jobs:
22
run: dotnet restore
23
24
- name: Build
25
- run: dotnet build --configuration Release --no-restore --path ./CustomCommands
+ 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 ./CustomCommands/CustomCommands.csproj publish --configuration Release --no-build --output ./out
29
30
- name: Zip artifacts
31
run: |
0 commit comments