diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d8302a38..7b537c6d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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