diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b8fd603a..ff6e9d26 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ env: LINUX_TARGET: x86_64-unknown-linux-gnu # Space separated paths to include in the archive. - RELEASE_ADDS: README.md LICENSE assets + RELEASE_ADDS: README.md README_zh.md README_jp.md LICENSE assets jobs: build: diff --git a/Cargo.toml b/Cargo.toml index a34a5b14..c57a8f62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ai00_server" -version = "0.1.5" +version = "0.1.6" edition = "2021" authors = ["Gu ZhenNiu <448885@qq.com>"] license = "MIT OR Apache-2.0"