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 bbff9b2 commit 8dcbdd2Copy full SHA for 8dcbdd2
.github/workflows/release.yml
@@ -98,7 +98,7 @@ jobs:
98
if [[ "${ARCHIVE_SUFFIX}" == "tar.gz" ]]; then
99
tar -czvf "./${BIN_RELEASE_VERSIONED}" -C "$(dirname "${BIN_OUTPUT}")" "$(basename "${BIN_OUTPUT}")"
100
else
101
- zip "./${BIN_RELEASE_VERSIONED}" "${BIN_OUTPUT}"
+ zip -j "./${BIN_RELEASE_VERSIONED}" "${BIN_OUTPUT}"
102
fi
103
104
# Output for later steps
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "bi"
3
-version = "0.0.25"
+version = "0.0.26"
4
edition = "2021"
5
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
0 commit comments