File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed
Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -19,32 +19,32 @@ jobs:
1919 # 文件改名,加入版本号
2020 - name : Rename Files
2121 run : |
22- mv Git_Commit_Analytics_win.zip Git_Commit_Analytics_v ${{ steps.fetch-latest-release.outputs.latest-release }}_win.zip
23- mv Git_Commit_Analytics_mac.zip Git_Commit_Analytics_v ${{ steps.fetch-latest-release.outputs.latest-release }}_mac.zip
22+ mv Git_Commit_Analytics_win.zip Git_Commit_Analytics_ ${{ steps.fetch-latest-release.outputs.latest-release }}_win.zip
23+ mv Git_Commit_Analytics_mac.zip Git_Commit_Analytics_ ${{ steps.fetch-latest-release.outputs.latest-release }}_mac.zip
2424 # 上传 Win 版本的压缩包到 release
2525 - name : Upload To Release
2626 uses : JasonEtco/upload-to-release@master
2727 with :
28- args : Git_Commit_Analytics_v ${{ steps.fetch-latest-release.outputs.latest-release }}_win.zip application/zip
28+ args : Git_Commit_Analytics_ ${{ steps.fetch-latest-release.outputs.latest-release }}_win.zip application/zip
2929 env :
3030 GITHUB_TOKEN : ${{ secrets.ACCESS_TOKEN }}
3131 # 删除 Win 版本的压缩包
3232 - name : Remove Files
3333 uses : JesseTG/rm@v1.0.2
3434 with :
35- path : Git_Commit_Analytics_v ${{ steps.fetch-latest-release.outputs.latest-release }}_win.zip
35+ path : Git_Commit_Analytics_ ${{ steps.fetch-latest-release.outputs.latest-release }}_win.zip
3636 # 上传 Mac 版本的压缩包到 release
3737 - name : Upload To Release
3838 uses : JasonEtco/upload-to-release@master
3939 with :
40- args : Git_Commit_Analytics_v ${{ steps.fetch-latest-release.outputs.latest-release }}_mac.zip application/zip
40+ args : Git_Commit_Analytics_ ${{ steps.fetch-latest-release.outputs.latest-release }}_mac.zip application/zip
4141 env :
4242 GITHUB_TOKEN : ${{ secrets.ACCESS_TOKEN }}
4343 # 删除 Mac 版本的压缩包
4444 - name : Remove Files
4545 uses : JesseTG/rm@v1.0.2
4646 with :
47- path : Git_Commit_Analytics_v ${{ steps.fetch-latest-release.outputs.latest-release }}_mac.zip
47+ path : Git_Commit_Analytics_ ${{ steps.fetch-latest-release.outputs.latest-release }}_mac.zip
4848 # 提交代码
4949 - name : Save Changes
5050 run : |
Original file line number Diff line number Diff line change @@ -9,3 +9,9 @@ Developing…
99See: [ The Latest Release] ( https://github.com/analyticsjs/git-commit-analytics/releases/latest )
1010
1111查看: [ 最新的一个发布版本] ( https://github.com/analyticsjs/git-commit-analytics/releases/latest )
12+
13+ ## Change Log
14+
15+ You can look at the [ CHANGELOG] ( ./CHANGELOG.md ) to understand the content of each update.
16+
17+ 你可以查看 [ 更新记录] ( ./CHANGELOG.md ) 去了解每个版本的更新内容。
You can’t perform that action at this time.
0 commit comments