From c1469ae591b9c7f64d3633430b8885b2db1c36c0 Mon Sep 17 00:00:00 2001 From: Mitchell Hanberg Date: Sun, 17 Sep 2023 22:24:30 -0400 Subject: [PATCH] fix: make priv/cmd executable before release --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index 83ed0f1e..b3a5a4f7 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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/*