We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05a8477 commit 01b4afeCopy full SHA for 01b4afe
.github/workflows/release.yml
@@ -172,6 +172,8 @@ jobs:
172
run: brew install rebar3
173
- name: Compile
174
run: rebar3 compile
175
+ - name: Escriptize LSP Server
176
+ run: rebar3 escriptize
177
# Make release artifacts : erlang_ls
178
- name: Make erlang_ls-${{ matrix.otp-version }}-macos.tar.gz
179
run: 'tar -zcvf erlang_ls-${{ matrix.otp-version }}-macos.tar.gz -C _build/default/bin/ erlang_ls'
0 commit comments