diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5f0a4cf7..e6d534f5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -232,6 +232,7 @@ build-flatpak: key: "$CI_JOB_NAME" paths: - build-flatpak/.flatpak-builder/ + when: always # because the arm runner is slow and ooms often otherwise! artifacts: expose_as: 'flatpak' paths: ['build-flatpak/nheko-${ARCH}.flatpak']