From 3f6fb70aaf723cd075c982d62f6ef593681a9197 Mon Sep 17 00:00:00 2001 From: Asher Dawes Date: Sat, 11 Aug 2018 19:57:09 -0700 Subject: [PATCH] adding missing argument to gsutil copy --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c6fb6ea87..916458425 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/$CI_COMMIT_REF_NAME/Agama-win32-x64-v${VERSION}-beta.zip + - gsutil cp $STAGING/Agama/$CI_COMMIT_REF_NAME/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