Skip to content

Commit 51a5fe6

Browse files
committed
matrix.platfrom had a typo
1 parent 112e850 commit 51a5fe6

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/release-cargo-concordium.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)