From 13b0375fdabb30fa134167d219f833ea3c568d4d Mon Sep 17 00:00:00 2001 From: pdone <617941447@qq.com> Date: Tue, 18 Jun 2024 09:23:18 +0800 Subject: [PATCH] Update README --- .github/workflows/build-and-release.yml | 12 ++++++------ README.en.md | 4 ++-- README.md | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 46e6ddd..05e5f6b 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -23,12 +23,12 @@ jobs: msbuild FreeControl.sln /p:Configuration=Release /p:Platform="Any CPU" /p:OutputPath="../output" $filePath = "output/Freecontrol.exe" $sha256Hash = (Get-FileHash -Algorithm SHA256 -Path $filePath).Hash - $sha256Hash > "output/SHA256 $sha256Hash" + $sha256Hash > "output/SHA256" - - uses: softprops/action-gh-release@v2 + - name: Release + uses: softprops/action-gh-release@v2 with: - files: | - output/FreeControl.exe - output/SHA256* + body_path: output/SHA256 + files: output/FreeControl.exe name: ${{ github.ref_name }} - draft: true \ No newline at end of file + draft: true diff --git a/README.en.md b/README.en.md index d6c920b..2107d44 100644 --- a/README.en.md +++ b/README.en.md @@ -18,9 +18,9 @@ Based on the open source project [**scrcpy**](https://github.com/Genymobile/scrc ## Interface -![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/1.6.8_1_en.png) +![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/latest_home_en.png) -![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/1.6.8_2_en.png) +![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/latest_setting_en.png) ![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/v1.4.0_5.gif) diff --git a/README.md b/README.md index 1c9e4c8..aeb53bc 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ ## 界面 -![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/1.7.0_1.png) +![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/latest_home.png) -![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/1.7.0_2.png) +![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/latest_setting.png) ![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/v1.4.0_5.gif)