Compare commits

...

2 commits
v0.2.3 ... main

Author SHA1 Message Date
asonix 4717e4fdb2 Strip release binaries
All checks were successful
/ check (armv7-unknown-linux-musleabihf) (push) Successful in 55s
/ check (x86_64-unknown-linux-musl) (push) Successful in 53s
/ clippy (push) Successful in 26s
/ tests (push) Successful in 26s
/ check (aarch64-unknown-linux-musl) (push) Successful in 42s
2024-02-12 15:17:51 -06:00
asonix 73002d4d35 Remove prerelease marker
Some checks failed
/ clippy (push) Successful in 31s
/ tests (push) Successful in 23s
/ check (aarch64-unknown-linux-musl) (push) Successful in 37s
/ check (x86_64-unknown-linux-musl) (push) Failing after 11s
/ check (armv7-unknown-linux-musleabihf) (push) Successful in 42s
2024-02-12 14:33:52 -06:00
2 changed files with 2 additions and 1 deletions

View file

@ -207,7 +207,6 @@ jobs:
direction: upload
token: ${{ secrets.GITHUB_TOKEN }}
release-dir: artifacts/
prerelease: true
publish-crate:
needs: [build]

View file

@ -8,6 +8,8 @@ repository = "https://git.asonix.dog/asonix/warriors-names"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.release]
strip = true
[dependencies]
anyhow = "1.0"