Skip to content

Commit

Permalink
Another attempt to get the path right for Windows artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Dec 13, 2024
1 parent 3be1b5b commit 0cd204b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,8 @@ 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 }}
path: ${{ github.workspace }}/build/src/cmark.exe
path: 'build\src\cmark.exe'
if-no-files-found: error

0 comments on commit 0cd204b

Please sign in to comment.