Skip to content

Commit

Permalink
fix: make priv/cmd executable before release
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Sep 18, 2023
1 parent 15e8163 commit c1469ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ task:
- mix local.hex --force
- mix local.rebar --force
- mix deps.get
- chmod +x priv/cmd
- PATH="$PWD/bin:$PATH" MIX_ENV=prod mix release
binary_artifacts:
path: burrito_out/*

0 comments on commit c1469ae

Please sign in to comment.