mirror of
https://github.com/ClusterCockpit/cc-metric-store.git
synced 2024-11-10 05:07:25 +01:00
Add Release action with RPMs and DEB packages
This commit is contained in:
parent
9fd2048e03
commit
6be411b5a7
5
.github/workflows/Release.yml
vendored
5
.github/workflows/Release.yml
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user