We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4884b1 commit bbeaa35Copy full SHA for bbeaa35
.github/workflows/cmake-win.yml
@@ -67,7 +67,7 @@ jobs:
67
run: cmake --install build
68
69
- name: '${{ matrix.icon }} Debug installed files'
70
- run: dir /s ${{env.INSTALL_LOCATION}}
+ run: dir ${{env.INSTALL_LOCATION}} /s
71
72
- name: '${{ matrix.icon }} Upload Artifacts'
73
uses: actions/upload-artifact@v4
0 commit comments