Skip to content

Commit ad38e3f

Browse files
committed
upload artifacts
1 parent 0481217 commit ad38e3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
build:
1313
uses: ./.github/workflows/cmake.yml
1414
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' }}
15+
build_type: "Release"
16+
upload_artifacts: true

0 commit comments

Comments
 (0)