Skip to content

Commit

Permalink
Fix path for Windows upload artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Dec 13, 2024
1 parent 112d226 commit 9360133
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,9 @@ jobs:
cmake --build build
ctest --test-dir build -C Debug --output-on-failure
shell: cmd
- name: diagnostic
run: ls -R
shell: bash
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: cmark windows ${{ matrix.build_type }}
path: 'build\src\cmark.exe'
path: build/src/Debug/cmark.exe
if-no-files-found: error

0 comments on commit 9360133

Please sign in to comment.