Skip to content

Commit 090d874

Browse files
committed
fix release matrix
1 parent f60b7db commit 090d874

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,27 +68,27 @@ jobs:
6868
# so we only use it for the linux targets that require other architectures/libcs
6969
- build: linux
7070
os: ubuntu-latest
71-
rust: nightly
71+
toolchain: nightly
7272
target: x86_64-unknown-linux-musl
7373
cross: true
7474
- build: linux-arm
7575
os: ubuntu-latest
76-
rust: nightly
76+
toolchain: nightly
7777
target: arm-unknown-linux-gnueabihf
7878
cross: true
7979
- build: macos
8080
os: macos-latest
81-
rust: nightly
81+
toolchain: nightly
8282
target: x86_64-apple-darwin
8383
cross: false
8484
- build: win-msvc
8585
os: windows-latest
86-
rust: nightly
86+
toolchain: nightly
8787
target: x86_64-pc-windows-msvc
8888
cross: false
8989
- build: win-gnu
9090
os: windows-latest
91-
rust: nightly-x86_64-gnu
91+
toolchain: nightly-x86_64-gnu
9292
target: x86_64-pc-windows-gnu
9393
cross: false
9494

@@ -105,7 +105,7 @@ jobs:
105105
- name: Build release binary
106106
uses: clechasseur/rs-cargo@v2
107107
with:
108-
use-cross: ${{ matrix.use-cross }}
108+
use-cross: ${{ matrix.cross }}
109109
command: build
110110
args: --release --verbose --target ${{ matrix.target }}
111111

0 commit comments

Comments
 (0)