Skip to content

Commit 9bcc6ff

Browse files
Make sure to include the aarch64 Linux build artifact into the release
1 parent f5dfea2 commit 9bcc6ff

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,16 @@ jobs:
140140
with:
141141
name: "rabbitmqadmin-${{ vars.NEXT_RELESE_VERSION }}-aarch64-apple-darwin"
142142
path: ./artifacts
143-
- name: Fetch Linux archive
143+
- name: Fetch amd64 Linux archive
144144
uses: actions/download-artifact@v4
145145
with:
146146
name: "rabbitmqadmin-${{ vars.NEXT_RELESE_VERSION }}-x86_64-unknown-linux-gnu"
147147
path: ./artifacts
148+
- name: Fetch aarch64 Linux archive
149+
uses: actions/download-artifact@v4
150+
with:
151+
name: "rabbitmqadmin-${{ vars.NEXT_RELESE_VERSION }}-aarch64-unknown-linux-gnu"
152+
path: ./artifacts
148153
- name: Fetch Windows archive
149154
uses: actions/download-artifact@v4
150155
with:

0 commit comments

Comments
 (0)