Add Release action with RPMs and DEB packages

This commit is contained in:
Thomas Roehl 2022-12-13 15:23:49 +01:00
parent 9fd2048e03
commit 6be411b5a7

View File

@ -266,6 +266,11 @@ jobs:
with: with:
name: cc-metric-store DEB for Ubuntu 20.04 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, # 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 # so we re-use the job outputs of the parent jobs. The files are all
# downloaded to the current folder. # downloaded to the current folder.