Skip to content

Commit e654509

Browse files
committed
Update buildCursorLocker.yml
1 parent 948a2eb commit e654509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildCursorLocker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: cmake --build ${{github.workspace}}\build --config ${{env.BUILD_TYPE}}
2727

2828
- name: 'Create empty exesConfig file'
29-
run: type . > ${{github.workspace}}\exesConfig.ecfg
29+
run: fsutil file createnew ${{github.workspace}}\exesConfig.ecfg 0
3030

3131
- name: 'Create release artifact'
3232
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)