Skip to content

Commit e34ff2a

Browse files
authored
ci: update source download script (#9)
* chore: release 0.1.0 Release-As: 0.1.0 * ci: update source download script
1 parent 8b12c88 commit e34ff2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
6767
echo "Downloading binary from: ${DOWNLOAD_URL}"
6868
curl -L --fail -o "${SOURCE_BINARY}" "${DOWNLOAD_URL}"
69+
chmod +x ${SOURCE_BINARY}
6970
7071
echo "Binary downloaded and prepared."
7172
ls -l

0 commit comments

Comments
 (0)