From 24a2ee4e4a19f6d22bb824d3775203f09fe9de8b Mon Sep 17 00:00:00 2001 From: Asher Dawes Date: Sat, 11 Aug 2018 20:22:49 -0700 Subject: [PATCH] correcting url --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 38b489dd2..4bf1a1ea3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -241,7 +241,7 @@ Package: - echo "$AUTH_KEY" > AUTH_KEY.json - gcloud auth activate-service-account --key-file AUTH_KEY.json - rm AUTH_KEY.json - - gsutil cp $STAGING/Agama/installer-prototype/Agama-win32-x64-v${VERSION}-beta.zip . + - gsutil cp $STAGING/Agama/installer-prototype/Windows/Agama-win32-x64-v${VERSION}-beta.zip . - unzip Agama-win32-x64-v${VERSION}-beta.zip - ./buildscripts/electron-build-windows.sh - git clone https://github.com/VerusCoin/Media-Assets --single-branch -b master