Skip to content

Commit

Permalink
Escriptize in macos release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
plux committed Oct 2, 2024
1 parent 05a8477 commit 01b4afe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 01b4afe

Please sign in to comment.