Skip to content

Commit 902fbd8

Browse files
Yuan325averikitsch
andauthored
chore: make binary executable (#7)
Co-authored-by: Averi Kitsch <[email protected]>
1 parent adb0e1b commit 902fbd8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/package-and-upload-assets.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ jobs:
6666
6767
echo "Downloading binary from: ${DOWNLOAD_URL}"
6868
curl -L --fail -o "${SOURCE_BINARY}" "${DOWNLOAD_URL}"
69-
69+
70+
chmod +x ${SOURCE_BINARY}
71+
7072
echo "Binary downloaded and prepared."
7173
ls -l
7274

0 commit comments

Comments
 (0)