chore: don't package by default

feat/type-attributes
Tomáš Mládek 2022-10-23 15:54:53 +02:00
parent cfabc5358c
commit 4a2eaf3c33
2 changed files with 3 additions and 3 deletions

View File

@ -131,7 +131,7 @@ package:
- ln -s $PWD/squashfs-root/AppRun /usr/local/bin/linuxdeploy-x86_64.AppImage
- cd -
script:
- make
- make package
artifacts:
paths:
- ./*.AppImage

View File

@ -1,6 +1,6 @@
all: package
all: backend frontend
package: backend frontend
package: all
rm -fr dist
linuxdeploy-x86_64.AppImage --appdir dist
cp target/release/upend dist/usr/bin/upend