From f8bcbda8d7a945cfb5320183b2b0c474e16524b5 Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Wed, 30 Mar 2022 18:03:15 +0200 Subject: [PATCH] add safeguard to prevent release in case of missing signature --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c72ae1f5d..5270365b3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,6 +62,7 @@ jobs: generate_release_notes: true files: | cryptomator-*.tar.gz.asc + fail_on_unmatched_files: true body: |- :construction: Work in Progress