We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b087e68 + 6d03561 commit 7e7b84cCopy full SHA for 7e7b84c
1 file changed
.github/workflows/package-and-upload-assets.yml
@@ -66,6 +66,8 @@ jobs:
66
67
echo "Downloading binary from: ${DOWNLOAD_URL}"
68
curl -L --fail -o "${SOURCE_BINARY}" "${DOWNLOAD_URL}"
69
+
70
+ chmod +x ${SOURCE_BINARY}
71
72
echo "Binary downloaded and prepared."
73
ls -l
0 commit comments