Skip to content

Commit 83b2b6f

Browse files
committed
Update buildCursorLocker.yml
1 parent e654509 commit 83b2b6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildCursorLocker.yml

Lines changed: 2 additions & 2 deletions
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: fsutil file createnew ${{github.workspace}}\exesConfig.ecfg 0
29+
run: fsutil file createnew ${{github.workspace}}\build\exesConfig.ecfg 0
3030

3131
- name: 'Create release artifact'
3232
uses: actions/upload-artifact@v3
@@ -35,6 +35,6 @@ jobs:
3535
path: |
3636
build
3737
README.md
38-
exesConfig.ecfg
38+
build\exesConfig.ecfg
3939
retention-days: 1
4040

0 commit comments

Comments
 (0)