diff --git a/.github/README.md b/.github/README.md index 85c57336..bd0bd80a 100644 --- a/.github/README.md +++ b/.github/README.md @@ -4,9 +4,9 @@ 期望自动化完成星铁中所有内容 ## 使用指南 -需要在```1920*1080 窗口模式```下运行,详情见 [wiki](https://github.com/DoctorReid/StarRailAutoProxy/wiki/%E4%BD%BF%E7%94%A8%E6%96%B9%E5%BC%8F) +需要在```1920*1080 窗口模式```下运行,详情见 [wiki](https://github.com/DoctorReid/StarRailAutoProxy/wiki) -下载方式 [Release](https://github.com/DoctorReid/StarRailAutoProxy/releases) (百度网盘准备中) +下载方式 [Release](https://github.com/DoctorReid/StarRailAutoProxy/releases) ## 项目进度 @@ -16,7 +16,7 @@ ![锄地线路录制](https://github.com/DoctorReid/StarRailAutoProxy/blob/main/.github/wiki/%E8%B7%AF%E7%BA%BF%E5%BD%95%E5%88%B6.png) -[目前进度](https://github.com/DoctorReid/StarRailProxy/milestone/2) +[目前进度](https://github.com/DoctorReid/StarRailProxy/milestone/3) ## 免责声明 本软件是一个外部工具旨在自动化崩坏星轨的游戏玩法。它被设计成仅通过现有用户界面与游戏交互,并遵守相关法律法规。该软件包旨在提供简化和用户通过功能与游戏交互,并且它不打算以任何方式破坏游戏平衡或提供任何不公平的优势。该软件包不会以任何方式修改任何游戏文件或游戏代码。 diff --git a/.github/workflows/pyinstaller-exe.yml b/.github/workflows/pyinstaller-exe.yml index d6c7b101..fd7d3352 100644 --- a/.github/workflows/pyinstaller-exe.yml +++ b/.github/workflows/pyinstaller-exe.yml @@ -3,7 +3,7 @@ name: Package into exe on: release: types: - - created + - published push: branches: - dev_exe @@ -36,7 +36,7 @@ jobs: - name: Upload Release Asset uses: actions/upload-release-asset@v1 - if: ${{ github.ref == 'refs/heads/main' }} + if: ${{ startsWith(github.ref, 'refs/tags/') }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: