Skip to content
This repository was archived by the owner on Apr 24, 2021. It is now read-only.

Commit 0efa8cd

Browse files
committed
Update config.yml
1 parent e53677b commit 0efa8cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
- run:
246246
name: Create tar file for executable
247247
command: |
248-
cp rescript-editor-support-link.exe rescript-editor-support.exe
248+
cp _build/default/src/rescript-editor-support/RescriptEditorSupport.exe rescript-editor-support.exe
249249
tar -czvf artifacts/bin-win32.tgz rescript-editor-support.exe
250250
- store_artifacts:
251251
path: artifacts/bin-win32.tgz

0 commit comments

Comments
 (0)