Skip to content

Commit

Permalink
Fix release script.
Browse files Browse the repository at this point in the history
  • Loading branch information
cryscan committed Oct 18, 2023
1 parent 6d48a47 commit dcadf8e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
LINUX_TARGET: x86_64-unknown-linux-gnu

# Space separated paths to include in the archive.
RELEASE_ADDS: README.md README_zh.md README_jp.md LICENSE assets Config.toml
RELEASE_ADDS: README.md README_zh.md README_jp.md LICENSE assets

jobs:
build:
Expand Down
6 changes: 4 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ tower = { version = "0.4", features = ["util"] }
tower-http = { version = "0.4", features = ["full"] }
tokio = { version = "1", features = ["full"] }
pollster = "0.3"
# web-rwkv = "0.3.4"
web-rwkv = { git = "https://github.com/cryscan/web-rwkv", branch = "main" }
web-rwkv = "0.3.5"
# web-rwkv = { git = "https://github.com/cryscan/web-rwkv", branch = "main" }
memmap = "0.7"
bytemuck = "1"
regex = "1.8"
Expand Down

0 comments on commit dcadf8e

Please sign in to comment.