mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-18 03:29:25 -05:00
'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:
+2
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user