From c72bf02d66ae86506da9bd438733a5505f26b836 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Sun, 22 May 2022 16:29:55 -0400 Subject: [PATCH] Fixed the woodpecker config to upload .deb files --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index a3f4026..f3eb218 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -26,7 +26,7 @@ pipeline: base_url: https://git.metaunix.net title: "${CI_COMMIT_TAG}" files: - - dist/archon-*.deb - - dist/archon-*.rpm + - dist/archon*.deb + - dist/archon*.rpm when: event: tag