'Continuous build' is marked as 'Latest Release' and not as 'Pre-release'

The change in behaviour was due to
https://github.com/probonopd/uploadtool/commit/8142d461aba7b92a058116fe5ee75be438b75fa4

See issue #2566
This commit is contained in:
mgrojo
2021-02-01 23:08:56 +01:00
parent 070bfd38cf
commit 1e2853bfea
+2 -1
View File
@@ -67,7 +67,8 @@ script:
after_success:
- find appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
- bash upload.sh DB_Browser_for_SQLite*.AppImage*
- chmod a+x upload.sh
- UPLOADTOOL_ISPRERELEASE=true ./upload.sh DB_Browser_for_SQLite*.AppImage*
notifications:
email: