We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0481217 commit ad38e3fCopy full SHA for ad38e3f
.github/workflows/build.yml
@@ -12,5 +12,5 @@ jobs:
12
build:
13
uses: ./.github/workflows/cmake.yml
14
with:
15
- build_type: ${{ (github.event_name == 'pull_request' && github.event.pull_request.base.ref == 'main') && '"Debug","Release"' || '"Debug"' }}
16
- upload_artifacts: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.ref == 'main' }}
+ build_type: "Release"
+ upload_artifacts: true
0 commit comments