We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a5c508 commit 12518a3Copy full SHA for 12518a3
.github/workflows/release.yml
@@ -92,6 +92,7 @@ jobs:
92
# Gzip each binary in dist/final
93
for file in dist/final/*; do
94
if [ -f "$file" ]; then
95
+ chmod +x "$file"
96
gzip -c "$file" > "$file.gz"
97
fi
98
done
0 commit comments