We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5dfea2 commit 9bcc6ffCopy full SHA for 9bcc6ff
.github/workflows/release.yaml
@@ -140,11 +140,16 @@ jobs:
140
with:
141
name: "rabbitmqadmin-${{ vars.NEXT_RELESE_VERSION }}-aarch64-apple-darwin"
142
path: ./artifacts
143
- - name: Fetch Linux archive
+ - name: Fetch amd64 Linux archive
144
uses: actions/download-artifact@v4
145
146
name: "rabbitmqadmin-${{ vars.NEXT_RELESE_VERSION }}-x86_64-unknown-linux-gnu"
147
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
153
- name: Fetch Windows archive
154
155
0 commit comments