File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
29
29
version=$1
30
30
rc=$2
31
- version_with_rc=${version} -rc${rc}
32
31
33
32
: ${UPLOAD_DEFAULT=1}
34
33
: ${UPLOAD_FORCE_SIGN=${UPLOAD_DEFAULT} }
@@ -67,9 +66,9 @@ pushd "${ARROW_ARTIFACTS_DIR}"
67
66
if [ ${UPLOAD_FORCE_SIGN} -gt 0 ]; then
68
67
# Upload the MATLAB MLTBX Release Candidate to the GitHub Releases
69
68
# area of the Apache Arrow GitHub project.
70
- mltbx_file=matlab-arrow-${version_with_rc } .mltbx
71
- mltbx_signature_gpg_ascii_armor=${mltbx_file} .asc
72
- mltbx_checksum_sha512=${mltbx_file} .sha512
69
+ mltbx_file=" matlab-arrow-${version } .mltbx"
70
+ mltbx_signature_gpg_ascii_armor=" ${mltbx_file} .asc"
71
+ mltbx_checksum_sha512=" ${mltbx_file} .sha512"
73
72
74
73
rm -rf ${mltbx_signature_gpg_ascii_armor}
75
74
rm -rf ${mltbx_checksum_sha512}
@@ -81,6 +80,7 @@ if [ ${UPLOAD_FORCE_SIGN} -gt 0 ]; then
81
80
shasum --algorithm 512 ${mltbx_file} > ${mltbx_checksum_sha512}
82
81
fi
83
82
83
+ tag=" apache-arrow-${version_with_rc} "
84
84
gh release upload ${tag} \
85
85
--clobber \
86
86
--repo apache/arrow \
You can’t perform that action at this time.
0 commit comments