Skip to content

Commit

Permalink
Add diagnostic for windows artifact path issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Dec 13, 2024
1 parent 0cd204b commit 784cdc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ jobs:
cmake --build build
ctest --test-dir build -C Debug --output-on-failure
shell: cmd
- name: diagnostic
run: 'dir /b /a /s'
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 784cdc5

Please sign in to comment.