Skip to content

Commit

Permalink
CI: only upload windows artifact for static build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Dec 13, 2024
1 parent 1583ee5 commit ce6e762
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ jobs:
ctest --test-dir build -C Debug --output-on-failure
shell: cmd
- name: Upload artifact
if: ${{ matrix.build_type == 'static' }}
uses: actions/upload-artifact@v4
with:
name: cmark windows ${{ matrix.build_type }}
Expand Down

0 comments on commit ce6e762

Please sign in to comment.