Skip to content

Commit ce6e762

Browse files
committed
CI: only upload windows artifact for static build.
1 parent 1583ee5 commit ce6e762

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ jobs:
137137
ctest --test-dir build -C Debug --output-on-failure
138138
shell: cmd
139139
- name: Upload artifact
140+
if: ${{ matrix.build_type == 'static' }}
140141
uses: actions/upload-artifact@v4
141142
with:
142143
name: cmark windows ${{ matrix.build_type }}

0 commit comments

Comments
 (0)