Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit 2a71365

Browse files
authored
fix installation script (update artifact format). Closes #409 (#412)
1 parent 10ba8a1 commit 2a71365

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ EOF
271271
OWNER=serverless
272272
REPO=event-gateway
273273
BINARY=event-gateway
274-
FORMAT=tar.gz
274+
FORMAT=zip
275275
OS=$(uname_os)
276276
ARCH=$(uname_arch)
277277
PREFIX="$OWNER/$REPO"
@@ -298,7 +298,7 @@ echo "$PREFIX: found version ${VERSION} for ${OS}/${ARCH}"
298298
NAME=${BINARY}_${VERSION}_${OS}_${ARCH}
299299
TARBALL=${NAME}.${FORMAT}
300300
TARBALL_URL=${GITHUB_DOWNLOAD}/${VERSION}/${TARBALL}
301-
CHECKSUM=${BINARY}_checksums.txt
301+
CHECKSUM=${BINARY}_${VERSION}_checksums.txt
302302
CHECKSUM_URL=${GITHUB_DOWNLOAD}/${VERSION}/${CHECKSUM}
303303

304304
# Adjust binary name if windows

0 commit comments

Comments
 (0)