From 2b45a05ce189a559afb3e5f58519bdc3df4067a9 Mon Sep 17 00:00:00 2001 From: Yujia Qiao Date: Fri, 21 May 2021 15:29:40 +0800 Subject: [PATCH] Update .travis.yml Mark artifacts as pre releases --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6e2b781..6c59070 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ script: after_success: - wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh - - bash upload.sh DungeonRush*.AppImage* + - env UPLOADTOOL_ISPRERELEASE=1 bash upload.sh DungeonRush*.AppImage* branches: only: