diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-07-13 17:17:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-13 17:17:52 (GMT) |
commit | b77d5bacea7f004153b2752a9cb17d26ae975cf9 (patch) | |
tree | 380e451670ceac346d3453fb98dc990453a837b7 /bin | |
parent | 9b5d74252980443efd2f277dcd700fb886ba6101 (diff) | |
download | hdf5-b77d5bacea7f004153b2752a9cb17d26ae975cf9.zip hdf5-b77d5bacea7f004153b2752a9cb17d26ae975cf9.tar.gz hdf5-b77d5bacea7f004153b2752a9cb17d26ae975cf9.tar.bz2 |
Switch CI to use release script (#3242)
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/release | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/release b/bin/release index b84bbff..1226d33 100755 --- a/bin/release +++ b/bin/release @@ -581,7 +581,7 @@ for comp in $methods; do ;; zip) test "$verbose" && echo " Creating zip ball..." 1>&2 - tar2zip $HDF5_VERS $tmpdir/$HDF5_VERS.tar $DEST/$HDF5_VERS.zip 1>&2 + tar2zip $HDF5_IN_VERS $tmpdir/$HDF5_VERS.tar $DEST/$HDF5_VERS.zip 1>&2 (cd $DEST; sha256sum $HDF5_VERS.zip >> $SHA256) ;; cmake-zip) |