Skip to content

Commit 48ef706

Browse files
authored
Update main.yml
1 parent 0cd514e commit 48ef706

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
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
submodules: recursive
2828
- name: Run CAKE
29-
run: dotnet run --project ./build/Build.csproj --universalBinary=true
29+
run: dotnet run --project ./build/Build.csproj -- --universalBinary=true
3030
env:
3131
ACTIONS_RUNTIME_TOKEN: ${{ env.ACTIONS_RUNTIME_TOKEN }}
3232
ACTIONS_RUNTIME_URL: "${{ env.ACTIONS_RUNTIME_URL }}"

0 commit comments

Comments
 (0)