From 0220cb5833ba69a84006e03c8bdfd329eff9d27e Mon Sep 17 00:00:00 2001 From: onli Date: Wed, 6 Dec 2023 21:43:26 +0100 Subject: [PATCH] ci fix: Mark continous appimage build as pre-release --- Makefile.appimage | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.appimage b/Makefile.appimage index f7da586..9fabb98 100644 --- a/Makefile.appimage +++ b/Makefile.appimage @@ -11,4 +11,5 @@ build: upload: @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 Simdock*.AppImage* \ No newline at end of file + @chmod a+x upload.sh + @UPLOADTOOL_ISPRERELEASE=true ./upload.sh Simdock*.AppImage* \ No newline at end of file