From 0ab58f99982ef3fe0ee9d623ea7efdf9a3e7bf88 Mon Sep 17 00:00:00 2001 From: milind-soni Date: Tue, 25 Aug 2026 09:03:02 +0530 Subject: [PATCH] ci: stop retaining disposable Linux packages --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e1ed42355..7ace75c565 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,14 +82,6 @@ jobs: if-no-files-found: warn include-hidden-files: true retention-days: 7 - - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 - if: always() - with: - name: openmausbot-ubuntu-x64 - path: | - release/*.deb - release/*.AppImage - if-no-files-found: error ios: name: Swift tests + iOS build