diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ce5fe4d..cd490d6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -381,10 +381,13 @@ virustotal_push: echo "Pushing release URLs to VirusTotal" VER=`node version.js` BASEURL="http://downloads.gridtracker.og/${CI_COMMIT_TAG}/" - curl --request POST --url https://www.virustotal.com/api/v3/urls --form url=${BASEURL}GridTracker-Installer.${VER}.exe --header 'x-apikey: $VT_API_KEY + curl --request POST --url "https://www.virustotal.com/api/v3/urls" --form url="${BASEURL}GridTracker-Installer.${VER}.exe" --header "x-apikey: ${VT_API_KEY}" discord_notify: stage: publish + artifacts: + paths: + - artifacts/ rules: - if: '$CI_COMMIT_TAG =~ /^(v|test_).*/' script: