Skip to content

Commit 12518a3

Browse files
committed
chmod
1 parent 0a5c508 commit 12518a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
# Gzip each binary in dist/final
9393
for file in dist/final/*; do
9494
if [ -f "$file" ]; then
95+
chmod +x "$file"
9596
gzip -c "$file" > "$file.gz"
9697
fi
9798
done

0 commit comments

Comments
 (0)