Skip to content

Commit 01b4afe

Browse files
committed
Escriptize in macos release workflow
1 parent 05a8477 commit 01b4afe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ jobs:
172172
run: brew install rebar3
173173
- name: Compile
174174
run: rebar3 compile
175+
- name: Escriptize LSP Server
176+
run: rebar3 escriptize
175177
# Make release artifacts : erlang_ls
176178
- name: Make erlang_ls-${{ matrix.otp-version }}-macos.tar.gz
177179
run: 'tar -zcvf erlang_ls-${{ matrix.otp-version }}-macos.tar.gz -C _build/default/bin/ erlang_ls'

0 commit comments

Comments
 (0)