diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 5bd721f..0edd184 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -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 diff --git a/README.md b/README.md index ad0e25f..f32ddd2 100644 --- a/README.md +++ b/README.md @@ -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。 + +解压后运行里面的可执行程序即可。 +