Skip to content

Commit

Permalink
Fix windows artifact upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Dec 13, 2024
1 parent 8a4f966 commit ec5b657
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ jobs:
ctest --test-dir build -C Debug --output-on-failure
shell: cmd
- name: Upload artifact
uses: actions/upload-artifact@v2
if: ${{ matrix.build_type }} == 'static'
uses: actions/upload-artifact@v4
with:
name: cmark ${{ matrix.cmake_opts }}
name: cmark windows ${{ matrix.build_type }}
path: build/src/cmark.exe

0 comments on commit ec5b657

Please sign in to comment.