Skip to content

Commit 4e59e03

Browse files
committed
Update Cake build target in main.yml from Default to Build
1 parent c83f870 commit 4e59e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
run: dotnet tool install --global Cake.Tool && dotnet tool restore
3434

3535
- name: Run Cake build
36-
run: dotnet cake --target=Default
36+
run: dotnet cake --target=Build

0 commit comments

Comments
 (0)