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