Skip to content

Commit f530bcb

Browse files
Update make-release.sh
1 parent 5e2a5f6 commit f530bcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/make-release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ then
1616
export "CARGO_TARGET_$(echo $TARGET | tr a-z- A-Z_)_LINKER"=rust-lld
1717
fi
1818
export CARGO_PROFILE_RELEASE_LTO=true
19-
cargo build --locked --bin tauri-bindgen --release --target $TARGET
19+
cargo build --bin tauri-bindgen --release --target $TARGET
2020
cd target/$TARGET/release
2121
case $OS in
2222
ubuntu*)
@@ -48,4 +48,4 @@ then
4848
echo "$GITHUB_TOKEN not set, skipping deploy."
4949
else
5050
gh release upload $TAG $asset
51-
fi
51+
fi

0 commit comments

Comments
 (0)