Fix Snapshot Builds release title

[skip ci]
This commit is contained in:
Alejandro Martinez
2024-06-29 10:45:16 -03:00
parent 3f2ae0ae38
commit 553b9aa378
2 changed files with 2 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ if [[ $TRAVIS_PULL_REQUEST == "false" && $TRAVIS_COMMIT_MESSAGE == *"[publish bi
mkdir out
mv $FINAL_NAME out
mv GCversionLinux.txt out
${TRAVIS_BUILD_DIR}/ghr/ghr -b "Snapshot Builds" -replace snapshot out
${TRAVIS_BUILD_DIR}/ghr/ghr -n "Snapshot Builds" -replace snapshot out
else
curl --max-time 300 -F "file=@$FINAL_NAME" https://temp.sh/upload
fi