From e0afbced130f1741c58ebf055797e087cf876645 Mon Sep 17 00:00:00 2001 From: Christian Goll Date: Mon, 20 Jun 2022 14:35:35 +0200 Subject: [PATCH] Add suse builds mock build --- .github/workflows/releasebuild.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/releasebuild.yml b/.github/workflows/releasebuild.yml index dba75820..0c6f5c86 100644 --- a/.github/workflows/releasebuild.yml +++ b/.github/workflows/releasebuild.yml @@ -86,6 +86,12 @@ jobs: name: warewulf-${{ env.VERSION }}-${{ env.RELEASE }}.el7.x86_64.rpm path: warewulf-${{ env.VERSION }}-${{ env.RELEASE }}.el7.x86_64.rpm + - name: Upload openSUSE Leap 15.3 RPM + uses: actions/upload-artifact@v2 + with: + name: warewulf-${{ env.VERSION }}-${{ env.RELEASE }}.suse.lp153.x86_64.rpm + path: warewulf-${{ env.VERSION }}-${{ env.RELEASE }}.suse.lp153.x86_64.rpm + - name: Upload Assets To Release if: "!github.event.release.prerelease" uses: xresloader/upload-to-github-release@v1