We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cd514e commit 48ef706Copy full SHA for 48ef706
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
submodules: recursive
28
- name: Run CAKE
29
- run: dotnet run --project ./build/Build.csproj --universalBinary=true
+ run: dotnet run --project ./build/Build.csproj -- --universalBinary=true
30
env:
31
ACTIONS_RUNTIME_TOKEN: ${{ env.ACTIONS_RUNTIME_TOKEN }}
32
ACTIONS_RUNTIME_URL: "${{ env.ACTIONS_RUNTIME_URL }}"
0 commit comments