From 7fd141be242d73736bd33724df7230d73049dfa1 Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Wed, 28 Jun 2023 11:04:57 -0700 Subject: [PATCH] Fix release build bug --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3a54d5b3..2d7a5eb4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -100,7 +100,7 @@ jobs: with: command: build use-cross: ${{ matrix.os == 'ubuntu' }} - args: --release --bin juliaup --bin julialauncher --target ${{matrix.target}} --features ${{matrix.features}} + args: --release --bin juliaup --bin julialauncher --bin juliainstaller --target ${{matrix.target}} --features ${{matrix.features}} env: CARGO_TARGET_x86_64-unknown-linux-musl: ${{matrix.rustflags}} CARGO_TARGET_i686-unknown-linux-musl: ${{matrix.rustflags}}