diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b020ba8f675dca548cf838d6f1ab3a7b8aed8f6d..bb29fc71c2da4b72b73d01cd451c923519508034 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -88,15 +88,13 @@ build-aur: image: $CONTAINER_IMAGE/aur:$CONTAINER_TAG stage: build before_script: - - mkdir $PUBLISH_DEST && cp -a pkg/arch/. $PUBLISH_DEST + - mkdir dist && cp -a pkg/arch/. dist script: - - cd $PUBLISH_DEST && makepkg -sifc --noconfirm - environment: - name: aur-repo + - cd dist && makepkg -sifc --noconfirm artifacts: name: "easy-installer-aur" paths: - - $PUBLISH_DEST/*.pkg.tar.zst + - dist/*.pkg.tar.zst publish-ubuntu: image: registry.gitlab.e.foundation/e/devices/easy-installer:stable