Skip to content

Commit 6d03561

Browse files
Yuan325averikitsch
andauthored
chore: add release workflow (#12)
Co-authored-by: Averi Kitsch <akitsch@google.com>
1 parent a5f9fc0 commit 6d03561

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ jobs:
6666
6767
echo "Downloading binary from: ${DOWNLOAD_URL}"
6868
curl -L --fail -o "${SOURCE_BINARY}" "${DOWNLOAD_URL}"
69+
70+
chmod +x ${SOURCE_BINARY}
6971
7072
echo "Binary downloaded and prepared."
7173
ls -l

0 commit comments

Comments
 (0)