@@ -130,11 +130,11 @@ jobs:
130
130
dune build
131
131
- run :
132
132
name : Test
133
- command : ./rescript-editor-support-link .exe --help
133
+ command : ./_build/install/default/bin/ rescript-editor-support.exe --help
134
134
- run :
135
135
name : Create tar file for executable
136
136
command : |
137
- cp rescript-editor-support-link .exe rescript-editor-support.exe
137
+ cp _build/install/default/bin/ rescript-editor-support.exe rescript-editor-support.exe
138
138
tar -czvf artifacts/bin-linux.tgz rescript-editor-support.exe
139
139
- store_artifacts :
140
140
path : artifacts/bin-linux.tgz
@@ -177,11 +177,11 @@ jobs:
177
177
dune build
178
178
- run :
179
179
name : Test
180
- command : ./rescript-editor-support-link .exe --help
180
+ command : ./_build/install/default/bin/ rescript-editor-support.exe --help
181
181
- run :
182
182
name : Create tar file for executable
183
183
command : |
184
- cp rescript-editor-support-link .exe rescript-editor-support.exe
184
+ cp _build/install/default/bin/ rescript-editor-support.exe rescript-editor-support.exe
185
185
tar -czvf artifacts/bin-darwin.tgz rescript-editor-support.exe
186
186
- store_artifacts :
187
187
path : artifacts/bin-darwin.tgz
@@ -241,11 +241,11 @@ jobs:
241
241
command : |
242
242
eval $(opam env)
243
243
dune build
244
- ./_build/default/src /rescript-editor-support/RescriptEditorSupport .exe --help
244
+ ./_build/install/ default/bin /rescript-editor-support.exe --help
245
245
- run :
246
246
name : Create tar file for executable
247
247
command : |
248
- cp _build/default/src /rescript-editor-support/RescriptEditorSupport .exe rescript-editor-support.exe
248
+ cp _build/install/ default/bin /rescript-editor-support.exe rescript-editor-support.exe
249
249
tar -czvf artifacts/bin-win32.tgz rescript-editor-support.exe
250
250
- store_artifacts :
251
251
path : artifacts/bin-win32.tgz
0 commit comments