diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9bebb201a..a17aa16bc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,9 +76,12 @@ build-linux: - echo "Running AppImage build..." - ./AppImage-build-local.sh || echo "AppImage build failed, continuing..." - ls -la *.AppImage || echo "No AppImage files found" + - echo "AppImage size information:" + - du -h *.AppImage || echo "No AppImage to measure" + - echo "Total artifact size:" + - du -sh citron.AppImage build/bin/citron 2>/dev/null || echo "Cannot measure artifact sizes" artifacts: paths: - - build/bin/citron - citron.AppImage expire_in: 1 week when: always