From 6be411b5a747abba712797478bc3b4b3f8199413 Mon Sep 17 00:00:00 2001 From: Thomas Roehl Date: Tue, 13 Dec 2022 15:23:49 +0100 Subject: [PATCH] Add Release action with RPMs and DEB packages --- .github/workflows/Release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index e0c86b7..d3fbe9a 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -266,6 +266,11 @@ jobs: with: name: cc-metric-store DEB for Ubuntu 20.04 + - name: Download Ubuntu 22.04 DEB + uses: actions/download-artifact@v2 + with: + name: cc-metric-store DEB for Ubuntu 22.04 + # The download actions do not publish the name of the downloaded file, # so we re-use the job outputs of the parent jobs. The files are all # downloaded to the current folder.