AppVeyor - remove dmg upload to temp.sh

It may timeout and we don’t need that in master, it can be added to PRs when necessary.
This commit is contained in:
Alejandro Martinez
2026-02-16 09:02:00 -05:00
committed by GitHub
parent 3d54fb799c
commit 58c5f75c7a

View File

@@ -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" echo "Renaming dmg file to branch and build number ready for deploy"
mv GoldenCheetah.dmg ../GoldenCheetah_v3.8_x64.dmg mv GoldenCheetah.dmg ../GoldenCheetah_v3.8_x64.dmg
curl --max-time 300 -F "file=@../GoldenCheetah_v3.8_x64.dmg" https://temp.sh/upload