mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-08-18 08:22:59 +02:00
Update rpmbuild.yml
This commit is contained in:
8
.github/workflows/rpmbuild.yml
vendored
8
.github/workflows/rpmbuild.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v1.0.0
|
uses: actions/upload-artifact@v1.0.0
|
||||||
with:
|
with:
|
||||||
name: cc-metric-collector RPM AlmaLinux 8.5
|
name: cc-metric-collector RPM AlmaLinux 8.5
|
||||||
path: ${{ steps.rpm.outputs.rpm_dir_path }}
|
path: ${{ steps.rpm.outputs.rpm_path }}
|
||||||
- name: Save SRPM as artifact
|
- name: Save SRPM as artifact
|
||||||
uses: actions/upload-artifact@v1.0.0
|
uses: actions/upload-artifact@v1.0.0
|
||||||
with:
|
with:
|
||||||
@@ -29,7 +29,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
${{ steps.rpm.outputs.source_rpm_path }}
|
${{ steps.rpm.outputs.source_rpm_path }}
|
||||||
${{ steps.rpm.outputs.rpm_dir_path }}
|
${{ steps.rpm.outputs.rpm_path }}
|
||||||
build-rhel-ubi8:
|
build-rhel-ubi8:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@@ -43,7 +43,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v1.0.0
|
uses: actions/upload-artifact@v1.0.0
|
||||||
with:
|
with:
|
||||||
name: cc-metric-collector RPM Red Hat Universal Base Image 8
|
name: cc-metric-collector RPM Red Hat Universal Base Image 8
|
||||||
path: ${{ steps.rpm.outputs.rpm_dir_path }}
|
path: ${{ steps.rpm.outputs.rpm_path }}
|
||||||
- name: Save SRPM as artifact
|
- name: Save SRPM as artifact
|
||||||
uses: actions/upload-artifact@v1.0.0
|
uses: actions/upload-artifact@v1.0.0
|
||||||
with:
|
with:
|
||||||
@@ -54,4 +54,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
${{ steps.rpm.outputs.source_rpm_path }}
|
${{ steps.rpm.outputs.source_rpm_path }}
|
||||||
${{ steps.rpm.outputs.rpm_dir_path }}
|
${{ steps.rpm.outputs.rpm_path }}
|
||||||
|
Reference in New Issue
Block a user