Skip to content

Commit 2f8c694

Browse files
committed
change dir
1 parent 2450181 commit 2f8c694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: dotnet restore
2323

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

2727
- name: Publish
2828
run: dotnet publish --configuration Release --no-build --output ./out

0 commit comments

Comments
 (0)