Skip to content

Commit fcdd688

Browse files
ci: update source download script (#10)
Co-authored-by: Averi Kitsch <akitsch@google.com>
1 parent 753fadf commit fcdd688

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)