Skip to content

Commit

Permalink
Update make-release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKruckenberg committed Mar 13, 2023
1 parent 5e2a5f6 commit f530bcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ then
export "CARGO_TARGET_$(echo $TARGET | tr a-z- A-Z_)_LINKER"=rust-lld
fi
export CARGO_PROFILE_RELEASE_LTO=true
cargo build --locked --bin tauri-bindgen --release --target $TARGET
cargo build --bin tauri-bindgen --release --target $TARGET
cd target/$TARGET/release
case $OS in
ubuntu*)
Expand Down Expand Up @@ -48,4 +48,4 @@ then
echo "$GITHUB_TOKEN not set, skipping deploy."
else
gh release upload $TAG $asset
fi
fi

0 comments on commit f530bcb

Please sign in to comment.