Skip to content

Commit

Permalink
ci fix: Mark continous appimage build as pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
onli committed Dec 6, 2023
1 parent 5886a17 commit 1ce61fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.appimage
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ 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*
@bash UPLOADTOOL_ISPRERELEASE=true upload.sh Simdock*.AppImage*

0 comments on commit 1ce61fb

Please sign in to comment.