From 58c5f75c7ae409390762e18ab4ea61bcff81a493 Mon Sep 17 00:00:00 2001 From: Alejandro Martinez Date: Mon, 16 Feb 2026 09:02:00 -0500 Subject: [PATCH] AppVeyor - remove dmg upload to temp.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It may timeout and we don’t need that in master, it can be added to PRs when necessary. --- appveyor/macos/after_build.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/appveyor/macos/after_build.sh b/appveyor/macos/after_build.sh index de2d980ba..5c303e825 100755 --- a/appveyor/macos/after_build.sh +++ b/appveyor/macos/after_build.sh @@ -385,5 +385,3 @@ hdiutil create -volname GoldenCheetah -srcfolder GoldenCheetah.app -ov -format U echo "Renaming dmg file to branch and build number ready for deploy" mv GoldenCheetah.dmg ../GoldenCheetah_v3.8_x64.dmg - -curl --max-time 300 -F "file=@../GoldenCheetah_v3.8_x64.dmg" https://temp.sh/upload