Skip to content

Commit 167b76b

Browse files
committed
Fix path for windows artifact upload.
1 parent 8a4f966 commit 167b76b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ jobs:
138138
ctest --test-dir build -C Debug --output-on-failure
139139
shell: cmd
140140
- name: Upload artifact
141-
uses: actions/upload-artifact@v2
141+
uses: actions/upload-artifact@v4
142142
with:
143-
name: cmark ${{ matrix.cmake_opts }}
144-
path: build/src/cmark.exe
143+
name: cmark windows ${{ matrix.build_type }}
144+
path: build/src/Debug/cmark.exe
145+
if-no-files-found: error

0 commit comments

Comments
 (0)