We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90f8152 commit cd662f6Copy full SHA for cd662f6
1 file changed
.github/workflows/package-and-upload-assets.yml
@@ -66,7 +66,9 @@ 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
74
@@ -134,4 +136,4 @@ jobs:
134
136
run: |
135
137
gh release upload \
138
${{ github.event.release.tag_name }} \
- release-archives/*/*
139
+ release-archives/*/*
0 commit comments