From ed00479d034d65eb48a274b452c1070843e88204 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Tue, 1 Oct 2024 17:04:24 +0300 Subject: [PATCH] Improve our upload artifact action --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c36477f..6a2b3f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -157,6 +157,8 @@ jobs: with: name: dangerzone.deb path: "deb_dist/dangerzone_*_*.deb" + if-no-files-found: error + compression-level: 0 install-deb: name: "install-deb (${{ matrix.distro }} ${{ matrix.version }})"