Replace defunt keep.sh by temp.sh for artifacts upload

[skip AppVeyor]
This commit is contained in:
Alejandro Martinez
2024-05-25 11:41:10 -03:00
parent 2ac2cd66a1
commit 266b119055
2 changed files with 2 additions and 2 deletions

View File

@@ -98,7 +98,7 @@ aws s3 rm s3://goldencheetah-binaries/Linux --recursive # keep only the last one
aws s3 cp --acl public-read $FINAL_NAME s3://goldencheetah-binaries/Linux/$FINAL_NAME
aws s3 cp --acl public-read GCversionLinux.txt s3://goldencheetah-binaries/Linux/GCversionLinux.txt
else
curl --max-time 300 --upload-file $FINAL_NAME https://free.keep.sh/$FINAL_NAME
curl --max-time 300 -F "file=@$FINAL_NAME" https://temp.sh/upload
fi
cd ${TRAVIS_BUILD_DIR}