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 e654509 commit 83b2b6fCopy full SHA for 83b2b6f
.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: fsutil file createnew ${{github.workspace}}\exesConfig.ecfg 0
+ run: fsutil file createnew ${{github.workspace}}\build\exesConfig.ecfg 0
30
31
- name: 'Create release artifact'
32
uses: actions/upload-artifact@v3
@@ -35,6 +35,6 @@ jobs:
35
path: |
36
build
37
README.md
38
- exesConfig.ecfg
+ build\exesConfig.ecfg
39
retention-days: 1
40
0 commit comments