From 1425463a26e36ff7e5f017c8253afab15b8e2254 Mon Sep 17 00:00:00 2001 From: Thomas Roehl Date: Mon, 21 Feb 2022 18:49:39 +0100 Subject: [PATCH] Upload RPM not SRPM --- .github/workflows/rpmbuild.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/rpmbuild.yml b/.github/workflows/rpmbuild.yml index 8479cd6..db4fc49 100644 --- a/.github/workflows/rpmbuild.yml +++ b/.github/workflows/rpmbuild.yml @@ -27,9 +27,8 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 with: - files: | - ${{ steps.rpm.outputs.source_rpm_path }} - ${{ steps.rpm.outputs.rpm_path }} + name: cc-metric-collector-${{github.ref}} + files: ${{ steps.rpm.outputs.rpm_path }} build-rhel-ubi8: runs-on: ubuntu-latest steps: @@ -52,6 +51,5 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 with: - files: | - ${{ steps.rpm.outputs.source_rpm_path }} - ${{ steps.rpm.outputs.rpm_path }} + name: cc-metric-collector-${{github.ref}} + files: ${{ steps.rpm.outputs.rpm_path }}