We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948a2eb commit e654509Copy full SHA for e654509
.github/workflows/buildCursorLocker.yml
@@ -26,7 +26,7 @@ jobs:
26
run: cmake --build ${{github.workspace}}\build --config ${{env.BUILD_TYPE}}
27
28
- name: 'Create empty exesConfig file'
29
- run: type . > ${{github.workspace}}\exesConfig.ecfg
+ run: fsutil file createnew ${{github.workspace}}\exesConfig.ecfg 0
30
31
- name: 'Create release artifact'
32
uses: actions/upload-artifact@v3
0 commit comments