File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,21 +24,14 @@ jobs:
2424 submodules : recursive
2525 - name : Install rust toolchain
2626 uses : dtolnay/rust-toolchain@1.74
27- - name : Build on ubuntu
28- if : matrix.platfrom == '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'
34- run : cargo build --release --manifest-path cargo-concordium/Cargo.toml
27+ - name : Build
28+ run : cargo build --lock --release --manifest-path cargo-concordium/Cargo.toml
3529 - name : Upload artifact
3630 uses : actions/upload-artifact@v4
3731 with :
3832 name : binary-${{ matrix.platform }}
3933 path : |
4034 cargo-concordium/target/release/cargo-concordium
41- cargo-concordium/target/release/x86_64-unknown-linux-musl/cargo-concordium
4235 cargo-concordium/target/release/cargo-concordium.exe
4336
4437 # Attach binaries to the release identified by the tag.
You can’t perform that action at this time.
0 commit comments