Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Nov 19, 2023
1 parent 7173eba commit c657825
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@ jobs:
MIX_ENV: prod
run: |
BEAVER_BUILD_CMAKE=1 mix compile
- name: List files in native_install
run: tree _build/prod/lib/beaver/native_install
- env:
MIX_ENV: prod
run: tree _build/${MIX_ENV}/lib/beaver/native_install
- name: Run patchelf
env:
MIX_ENV: prod
Expand Down

0 comments on commit c657825

Please sign in to comment.