Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
microcai committed Oct 14, 2024
1 parent be3deda commit 65041b6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@ jobs:
7z a eda-tool-win64.zip edatool.exe
- name: upload exe Release
if: startsWith(github.ref, 'refs/tags/') && startsWith(runner.os, 'Windows')
if: startsWith(github.ref, 'refs/tags/') && startsWith(runner.os, 'Windows') && matrix.build_type == 'Release'
uses: softprops/action-gh-release@v2
with:
files: install/bin/eda-tool-win64.zip

- name: upload linux Release
if: startsWith(github.ref, 'refs/tags/') && startsWith(runner.os, 'Linux')
if: startsWith(github.ref, 'refs/tags/') && startsWith(runner.os, 'Linux') && matrix.build_type == 'Release'
uses: softprops/action-gh-release@v2
with:
files: install/bin/eda-tool-linux.zip
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,10 @@
![截图](./res/Screenshot_20240213_075625.png)


# 下载

点击 [Releases](https://github.com/microcai/JLC_R_util/releases) 按钮,到下载页面。
然后根据你的系统,选择下载 eda-tool-win64.zip 活着 eda-tool-linux.zip。

解压后运行里面的可执行程序即可。

0 comments on commit 65041b6

Please sign in to comment.