We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e2a5f6 commit f530bcbCopy full SHA for f530bcb
.github/workflows/make-release.sh
@@ -16,7 +16,7 @@ then
16
export "CARGO_TARGET_$(echo $TARGET | tr a-z- A-Z_)_LINKER"=rust-lld
17
fi
18
export CARGO_PROFILE_RELEASE_LTO=true
19
-cargo build --locked --bin tauri-bindgen --release --target $TARGET
+cargo build --bin tauri-bindgen --release --target $TARGET
20
cd target/$TARGET/release
21
case $OS in
22
ubuntu*)
@@ -48,4 +48,4 @@ then
48
echo "$GITHUB_TOKEN not set, skipping deploy."
49
else
50
gh release upload $TAG $asset
51
-fi
+fi
0 commit comments