From 514e4af452fb090c46b8b26e6b79913f1c751d2c Mon Sep 17 00:00:00 2001 From: "Denis S. Soldatov aka General-Beck" Date: Sat, 2 Jun 2018 05:24:43 +0300 Subject: [PATCH] fix download link for github --- scripts/gitlab/push-github.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gitlab/push-github.sh b/scripts/gitlab/push-github.sh index 9106c91db..71e99677c 100755 --- a/scripts/gitlab/push-github.sh +++ b/scripts/gitlab/push-github.sh @@ -3,7 +3,7 @@ set -e # fail on any error set -u # treat unset variables as error echo "__________Set ENVIROMENT__________" -DOWNLOAD_PREFIX="https://github.com/General-Beck/parity/releases/download/"$CI_COMMIT_REF_NAME"/" +DOWNLOAD_PREFIX="https://github.com/paritytech/parity/releases/download/"$CI_COMMIT_REF_NAME"/" DESCRIPTION="$(cat CHANGELOG.md)" RELEASE_TABLE="$(cat scripts/gitlab/templates/release-table.md)" RELEASE_TABLE="$(echo "${RELEASE_TABLE//\$VERSION/${VERSION}}")"