We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b8f7f8 commit 4e5eddaCopy full SHA for 4e5edda
.github/workflows/homebrew-release.yml
@@ -70,7 +70,7 @@ jobs:
70
run: |
71
BIN=$(cabal -v0 list-bin elm-format)
72
if [ ! -f "$BIN" ]; then
73
- BIN=$(find dist-newstyle -name elm-format -type f -perm +111 | head -1)
+ BIN=$(find dist-newstyle -name elm-format -type f -executable | head -1)
74
fi
75
mkdir staging
76
cp "$BIN" staging/elm-format
0 commit comments