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 e53677b commit 0efa8cdCopy full SHA for 0efa8cd
.circleci/config.yml
@@ -245,7 +245,7 @@ jobs:
245
- run:
246
name: Create tar file for executable
247
command: |
248
- cp rescript-editor-support-link.exe rescript-editor-support.exe
+ cp _build/default/src/rescript-editor-support/RescriptEditorSupport.exe rescript-editor-support.exe
249
tar -czvf artifacts/bin-win32.tgz rescript-editor-support.exe
250
- store_artifacts:
251
path: artifacts/bin-win32.tgz
0 commit comments