From 01b4afe7e8f5ed4d049b4a0e11c06f72e8157c6d Mon Sep 17 00:00:00 2001 From: Hakan Nilsson Date: Wed, 2 Oct 2024 08:49:06 +0200 Subject: [PATCH] Escriptize in macos release workflow --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2281bef7..3c77b7a0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -172,6 +172,8 @@ jobs: run: brew install rebar3 - name: Compile run: rebar3 compile + - name: Escriptize LSP Server + run: rebar3 escriptize # Make release artifacts : erlang_ls - name: Make erlang_ls-${{ matrix.otp-version }}-macos.tar.gz run: 'tar -zcvf erlang_ls-${{ matrix.otp-version }}-macos.tar.gz -C _build/default/bin/ erlang_ls'