mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Fix Snapshot Builds release title
[skip ci]
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -70,7 +70,7 @@ if [[ $TRAVIS_PULL_REQUEST == "false" && $TRAVIS_COMMIT_MESSAGE == *"[publish bi
|
||||
mkdir out
|
||||
mv $FINAL_NAME out
|
||||
mv GCversionMacOS.txt out
|
||||
ghr -b "Snapshot Builds" -replace snapshot out
|
||||
ghr -n "Snapshot Builds" -replace snapshot out
|
||||
else
|
||||
curl --max-time 300 -F "file=@$FINAL_NAME" https://temp.sh/upload
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user