From 5a92f81d8672d65be259f853d8016f11cc77ef2e Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Tue, 29 Oct 2024 22:25:00 -0400 Subject: [PATCH] 4.1.x beta workflow WIP --- .github/workflows/4.1.x_beta_release.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/4.1.x_beta_release.yml b/.github/workflows/4.1.x_beta_release.yml index ab7bc14..dd44e77 100644 --- a/.github/workflows/4.1.x_beta_release.yml +++ b/.github/workflows/4.1.x_beta_release.yml @@ -36,7 +36,7 @@ jobs: - name: Store source tarball uses: actions/upload-artifact@v4 with: - name: ${{ github.event.inputs.base_version }}-${{ github.event.inputs.preview_version }}-source-tarball.zip + name: ${{ github.event.inputs.base_version }}-${{ github.event.inputs.preview_version }}-source-tarball path: "rabbitmq-server/PACKAGES/*" retention-days: 2 generic_binary_package: @@ -48,11 +48,8 @@ jobs: - name: Fetch source tarball uses: actions/download-artifact@v4 with: - name: ${{ github.event.inputs.base_version }}-${{ github.event.inputs.preview_version }}-source-tarball.zip + name: ${{ github.event.inputs.base_version }}-${{ github.event.inputs.preview_version }}-source-tarball path: ./artifacts - - uses: montudor/action-zip@v1 - with: - args: unzip ./artifacts/${{ github.event.inputs.base_version }}-${{ github.event.inputs.preview_version }}-source-tarball.zip -d ./artifacts - name: Build generic binary package run: | ls -lha ./artifacts