Skip to content

Commit

Permalink
4.1.x beta workflow WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Oct 30, 2024
1 parent 12e9d96 commit 5a92f81
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/4.1.x_beta_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 5a92f81

Please sign in to comment.