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 0220cb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.appimage
Expand Up @@ -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*
@chmod a+x upload.sh
@UPLOADTOOL_ISPRERELEASE=true ./upload.sh Simdock*.AppImage*

0 comments on commit 0220cb5

Please sign in to comment.