Skip to content

Commit d225443

Browse files
authored
Merge pull request #38 from HerrMagiic/dev
v2.0.2
2 parents 946228d + 1c1a9cc commit d225443

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
run: dotnet restore
2323

2424
- name: Build
25-
run: dotnet build --configuration Release --no-restore --path ./CustomCommands
25+
run: dotnet build ./CustomCommands/CustomCommands.csproj --configuration Release --no-restore
2626

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

3030
- name: Zip artifacts
3131
run: |

0 commit comments

Comments
 (0)