From 7d96339da807c7fd688683efe60d339f630d7e83 Mon Sep 17 00:00:00 2001 From: torakiki Date: Wed, 22 Jan 2025 09:02:56 +0100 Subject: [PATCH] Added missing zip and tar.gz to the release.yml --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c73227ab..ba0d3c40 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,6 +61,10 @@ jobs: files: | pdfsam-basic/target/*.deb pdfsam-basic/target/*.dmg + pdfsam-basic/target/*.zip + pdfsam-basic/target/*.tar.gz pdfsam-basic/target/*.deb.asc pdfsam-basic/target/*.dmg.asc + pdfsam-basic/target/*.zip.asc + pdfsam-basic/target/*.tar.gz.asc