We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 274e371 commit 76f5dc4Copy full SHA for 76f5dc4
.github/workflows/release.yaml
@@ -79,7 +79,7 @@ jobs:
79
80
- name: Build an rabbitmqadmin release archive on x86-64 Linux
81
id: release-build-amd64-linux
82
- if: ${{ contains(['ubuntu-24.04', 'ubuntu-22.04'], matrix.os) }}
+ if: ${{ matrix.os == 'ubuntu-24.04' || matrix.os == 'ubuntu-22.04' }}
83
run: nu ./scripts/release-linux.nu
84
env:
85
OS: ${{ matrix.os }}
@@ -88,7 +88,7 @@ jobs:
88
SRC: ${{ github.workspace }}
89
- name: Store x86-64 Linux build artifact
90
id: upload-amd64-linux-artifact
91
92
uses: actions/upload-artifact@v4
93
with:
94
name: "rabbitmqadmin-${{ vars.NEXT_RELESE_VERSION }}-${{ matrix.target }}"
0 commit comments