Skip to content

Commit 0a48431

Browse files
committed
workflow debug
1 parent a1e2375 commit 0a48431

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cmake-win.yml

+3
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ jobs:
6666
- name: '${{ matrix.icon }} Install'
6767
run: cmake --install build
6868

69+
- name: '${{ matrix.icon }} Debug installed files'
70+
run: ls -la ${{env.INSTALL_LOCATION}}
71+
6972
- name: '${{ matrix.icon }} Upload Artifacts'
7073
uses: actions/upload-artifact@v4
7174
with:

0 commit comments

Comments
 (0)