Skip to content

Commit

Permalink
Fix chmod not permitted
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoadasme committed Dec 17, 2024
1 parent 7b89437 commit 557d8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
crystal build --static --release \
-o bin/moltiverse-${GITHUB_REF_SLUG}-linux-${ARCH} \
src/moltiverse.cr
chmod +x ./bin/moltiverse-${GITHUB_REF_SLUG}-linux-${ARCH}
sudo chmod +x ./bin/moltiverse-${GITHUB_REF_SLUG}-linux-${ARCH}
gzip ./bin/moltiverse-${GITHUB_REF_SLUG}-linux-${ARCH}
- if: startsWith(matrix.os, 'macos')
name: Build binary (macOS)
Expand Down

0 comments on commit 557d8eb

Please sign in to comment.