Skip to content

Commit

Permalink
Merge pull request #28 from 0xPolygonHermez/edu/add_new_binaries
Browse files Browse the repository at this point in the history
Trigger release
  • Loading branch information
eduadiez authored Jul 25, 2024
2 parents 1fe8024 + 74a69cb commit 5df9a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ziskup/ziskup
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ main() {
# Compute the URL of the release tarball in the zisk repository.
RELEASE_URL="https://github.com/${ZISKUP_REPO}/releases/download/${ZISKUP_TAG}/"
BIN_ARCHIVE_URL="${RELEASE_URL}cargo_zisk_${ZISKUP_VERSION}_${PLATFORM}_${ARCHITECTURE}.$EXT"
MAN_TARBALL_URL="${RELEASE_URL}cargo_zisk_man_${ZISKUP_VERSION}.tar.gz"
#MAN_TARBALL_URL="${RELEASE_URL}cargo_zisk_man_${ZISKUP_VERSION}.tar.gz"

# Download and extract the binaries archive
say "downloading latest cargo-zisk"
Expand Down

0 comments on commit 5df9a36

Please sign in to comment.