There was an error while loading. Please reload this page.
2 parents a0f48f5 + 94b671a commit 5c2f777Copy full SHA for 5c2f777
1 file changed
.github/workflows/release-cargo-concordium.yml
@@ -25,12 +25,12 @@ jobs:
25
- name: Install rust toolchain
26
uses: dtolnay/rust-toolchain@1.74
27
- name: Build on ubuntu
28
- if: matrix.platfrom == 'ubuntu-latest'
+ if: matrix.platform == 'ubuntu-latest'
29
run: |
30
rustup target add x86_64-unknown-linux-musl
31
cargo build --release --manifest-path cargo-concordium/Cargo.toml --target x86_64-unknown-linux-musl
32
- name: Build on other platforms
33
- if: matrix.platfrom != 'ubuntu-latest'
+ if: matrix.platform != 'ubuntu-latest'
34
run: cargo build --release --manifest-path cargo-concordium/Cargo.toml
35
- name: Upload artifact
36
uses: actions/upload-artifact@v4
0 commit comments