Skip to content

Commit

Permalink
CI : try to fix path to windows artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Dec 13, 2024
1 parent 1748cdb commit 3be1b5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: cmark windows ${{ matrix.build_type }}
path: build/src/cmark.exe
path: ${{ github.workspace }}/build/src/cmark.exe
if-no-files-found: error

0 comments on commit 3be1b5b

Please sign in to comment.