Skip to content

Commit 13b0375

Browse files
committed
Update README
1 parent 2901552 commit 13b0375

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/build-and-release.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
msbuild FreeControl.sln /p:Configuration=Release /p:Platform="Any CPU" /p:OutputPath="../output"
2424
$filePath = "output/Freecontrol.exe"
2525
$sha256Hash = (Get-FileHash -Algorithm SHA256 -Path $filePath).Hash
26-
$sha256Hash > "output/SHA256 $sha256Hash"
26+
$sha256Hash > "output/SHA256"
2727
28-
- uses: softprops/action-gh-release@v2
28+
- name: Release
29+
uses: softprops/action-gh-release@v2
2930
with:
30-
files: |
31-
output/FreeControl.exe
32-
output/SHA256*
31+
body_path: output/SHA256
32+
files: output/FreeControl.exe
3333
name: ${{ github.ref_name }}
34-
draft: true
34+
draft: true

README.en.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Based on the open source project [**scrcpy**](https://github.com/Genymobile/scrc
1818

1919
## Interface
2020

21-
![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/1.6.8_1_en.png)
21+
![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/latest_home_en.png)
2222

23-
![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/1.6.8_2_en.png)
23+
![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/latest_setting_en.png)
2424

2525
![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/v1.4.0_5.gif)
2626

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818

1919
## 界面
2020

21-
![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/1.7.0_1.png)
21+
![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/latest_home.png)
2222

23-
![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/1.7.0_2.png)
23+
![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/latest_setting.png)
2424

2525
![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/v1.4.0_5.gif)
2626

0 commit comments

Comments
 (0)