mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-10 04:27:25 +01:00
Update rpmbuild.yml
This commit is contained in:
parent
afa831aff8
commit
5cd7ac2541
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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user