File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff 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/**/*
Original file line number Diff line number Diff line change 11# 贡献指南
22
3- ## ALL in [ mise] ( https://mise.jdx.dev )
3+ ## All in [ mise] ( https://mise.jdx.dev )
44
55本项目的开发环境配置均在项目目录的 ` mise.toml ` 中定义。
66
Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ pub fn current_branch() -> Option<String> {
1717}
1818
1919mod test {
20-
21-
20+ use crate :: starship:: current_branch;
2221 #[ test]
2322 fn test_current_branch ( ) {
2423 let start_time = std:: time:: Instant :: now ( ) ;
You can’t perform that action at this time.
0 commit comments