Skip to content

Commit 9d8ae40

Browse files
author
nicos_backbase
committed
ci: build binaries from release/* branch instead of main
1 parent 00b69dd commit 9d8ae40

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ jobs:
135135
target: aarch64-apple-darwin
136136
steps:
137137
- uses: actions/checkout@v5
138+
with:
139+
ref: ${{ github.ref_name }}
138140
- uses: dtolnay/rust-toolchain@stable
139141
with:
140142
targets: ${{ matrix.target }}
@@ -168,6 +170,8 @@ jobs:
168170
needs: [semantic-version, update-version, build-matrix]
169171
steps:
170172
- uses: actions/checkout@v5
173+
with:
174+
ref: ${{ github.ref_name }}
171175
- uses: dtolnay/rust-toolchain@stable
172176
with:
173177
targets: x86_64-apple-darwin,aarch64-apple-darwin

0 commit comments

Comments
 (0)