Skip to content

Commit 9cb9b5e

Browse files
committed
fix(build): fix github action
1 parent 24f8f7e commit 9cb9b5e

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,6 @@ jobs:
118118
prerelease: false
119119
fail_on_unmatched_files: false
120120
overwrite: true
121+
files: artifacts/**/*
121122
env:
122123
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
123-
124-
- name: Upload binaries to GitHub Release
125-
uses: softprops/action-gh-release@v2
126-
with:
127-
files: artifacts/**/*

docs/cn/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 贡献指南
22

3-
## ALL in [mise](https://mise.jdx.dev)
3+
## All in [mise](https://mise.jdx.dev)
44

55
本项目的开发环境配置均在项目目录的 `mise.toml` 中定义。
66

src/starship.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ pub fn current_branch() -> Option<String> {
1717
}
1818

1919
mod test {
20-
21-
20+
use crate::starship::current_branch;
2221
#[test]
2322
fn test_current_branch() {
2423
let start_time = std::time::Instant::now();

0 commit comments

Comments
 (0)