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 a5f9fc0 commit 6d03561Copy full SHA for 6d03561
.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