mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-10 04:27:25 +01:00
Upload RPM not SRPM
This commit is contained in:
parent
5cd7ac2541
commit
1425463a26
10
.github/workflows/rpmbuild.yml
vendored
10
.github/workflows/rpmbuild.yml
vendored
@ -27,9 +27,8 @@ jobs:
|
|||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
files: |
|
name: cc-metric-collector-${{github.ref}}
|
||||||
${{ steps.rpm.outputs.source_rpm_path }}
|
files: ${{ steps.rpm.outputs.rpm_path }}
|
||||||
${{ steps.rpm.outputs.rpm_path }}
|
|
||||||
build-rhel-ubi8:
|
build-rhel-ubi8:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@ -52,6 +51,5 @@ jobs:
|
|||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
files: |
|
name: cc-metric-collector-${{github.ref}}
|
||||||
${{ steps.rpm.outputs.source_rpm_path }}
|
files: ${{ steps.rpm.outputs.rpm_path }}
|
||||||
${{ steps.rpm.outputs.rpm_path }}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user