AppVeyor - Remove upload to transfer.sh

It is not required since artifacts are more convenient and reliable.
This commit is contained in:
Ale Martinez
2020-04-26 19:00:37 -03:00
parent ed33157945
commit 8fe784c8d2

View File

@@ -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"