From 72624fe853aafddb97d1f10b107684372a3c1e3a Mon Sep 17 00:00:00 2001 From: nr0q Date: Fri, 20 Oct 2023 21:57:21 -0500 Subject: [PATCH] why can I not spell --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e1481f8..4c0ae5e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -380,7 +380,7 @@ virustotal_push: - | echo "Pushing release URLs to VirusTotal" VER=`node version.js` - BASEURL="http://downloads.gridtracker.og/${CI_COMMIT_TAG}/" + BASEURL="http://downloads.gridtracker.org/${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}" discord_notify: @@ -390,7 +390,7 @@ discord_notify: script: - | echo "Notifying Discord #developer-den that a release has built" - BASEURL="http://downloads.gridtracker.og/${CI_COMMIT_TAG}/" + BASEURL="http://downloads.gridtracker.org/${CI_COMMIT_TAG}/" VER=`node version.js` WIN_MD5=($(md5sum artifacts/GridTracker-Installer.${VER}.exe)) MAC_MD5=($(md5sum artifacts/GridTracker-${VER}-mac-x64.zip))