diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c49500d..5a0aebc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/Makefile b/Makefile index fc7040d..898a806 100644 --- a/Makefile +++ b/Makefile @@ -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