mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-12-25 23:19:06 +01:00
Update rpmbuild.yml
This commit is contained in:
parent
54c693532f
commit
afa831aff8
12
.github/workflows/rpmbuild.yml
vendored
12
.github/workflows/rpmbuild.yml
vendored
@ -24,6 +24,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: cc-metric-collector SRPM AlmaLinux 8.5
|
name: cc-metric-collector SRPM AlmaLinux 8.5
|
||||||
path: ${{ steps.rpm.outputs.source_rpm_path }}
|
path: ${{ steps.rpm.outputs.source_rpm_path }}
|
||||||
|
- name: Release
|
||||||
|
uses: softprops/action-gh-release@v1
|
||||||
|
with:
|
||||||
|
files: |
|
||||||
|
${{ steps.rpm.outputs.source_rpm_path }}
|
||||||
|
${{ steps.rpm.outputs.rpm_dir_path }}
|
||||||
build-rhel-ubi8:
|
build-rhel-ubi8:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@ -43,3 +49,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: cc-metric-collector SRPM Red Hat Universal Base Image 8
|
name: cc-metric-collector SRPM Red Hat Universal Base Image 8
|
||||||
path: ${{ steps.rpm.outputs.source_rpm_path }}
|
path: ${{ steps.rpm.outputs.source_rpm_path }}
|
||||||
|
- name: Release
|
||||||
|
uses: softprops/action-gh-release@v1
|
||||||
|
with:
|
||||||
|
files: |
|
||||||
|
${{ steps.rpm.outputs.source_rpm_path }}
|
||||||
|
${{ steps.rpm.outputs.rpm_dir_path }}
|
||||||
|
Loading…
Reference in New Issue
Block a user