Skip to content

Commit

Permalink
Make sure to include the aarch64 Linux build artifact into the release
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jan 28, 2025
1 parent f5dfea2 commit 9bcc6ff
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,16 @@ jobs:
with:
name: "rabbitmqadmin-${{ vars.NEXT_RELESE_VERSION }}-aarch64-apple-darwin"
path: ./artifacts
- name: Fetch Linux archive
- name: Fetch amd64 Linux archive
uses: actions/download-artifact@v4
with:
name: "rabbitmqadmin-${{ vars.NEXT_RELESE_VERSION }}-x86_64-unknown-linux-gnu"
path: ./artifacts
- name: Fetch aarch64 Linux archive
uses: actions/download-artifact@v4
with:
name: "rabbitmqadmin-${{ vars.NEXT_RELESE_VERSION }}-aarch64-unknown-linux-gnu"
path: ./artifacts
- name: Fetch Windows archive
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 9bcc6ff

Please sign in to comment.