From 47d11001a49a9055e52691eb6703eb31a4aa789e Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Mon, 6 May 2019 15:32:37 +0100 Subject: [PATCH] Fixed artifact URL --- app/make-nupkg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/make-nupkg.sh b/app/make-nupkg.sh index 1c979e6b..73daff76 100644 --- a/app/make-nupkg.sh +++ b/app/make-nupkg.sh @@ -30,7 +30,7 @@ version="$majVer-$minVer" echo $version # Build installer URL -instURL="$CI_JOB_URL/artifacts/browse/release-builds/openflexure-ev-win.exe" +instURL="$CI_JOB_URL/artifacts/raw/release-builds/openflexure-ev-win.exe" echo $instURL # Build nuspec