From 8fe784c8d2c7194825d28aebc0c1ccec4ef0343b Mon Sep 17 00:00:00 2001 From: Ale Martinez Date: Sun, 26 Apr 2020 19:00:37 -0300 Subject: [PATCH] AppVeyor - Remove upload to transfer.sh It is not required since artifacts are more convenient and reliable. --- appveyor.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 46adbb551..804c6eb31 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -128,7 +128,3 @@ test_script: artifacts: - path: GoldenCheetah_dev_64bit_Windows.zip - -deploy_script: -# Upload to transfer.sh if possible, but don't fail -- cmd /c "curl --upload-file GoldenCheetah_dev_64bit_Windows.zip https://transfer.sh/GoldenCheetah_dev_64bit_Windows.zip || exit 0"