File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
23
23
msbuild FreeControl.sln /p:Configuration=Release /p:Platform="Any CPU" /p:OutputPath="../output"
24
24
$filePath = "output/Freecontrol.exe"
25
25
$sha256Hash = (Get-FileHash -Algorithm SHA256 -Path $filePath).Hash
26
- $sha256Hash > "output/SHA256 $sha256Hash "
26
+ $sha256Hash > "output/SHA256"
27
27
28
- - uses : softprops/action-gh-release@v2
28
+ - name : Release
29
+ uses : softprops/action-gh-release@v2
29
30
with :
30
- files : |
31
- output/FreeControl.exe
32
- output/SHA256*
31
+ body_path : output/SHA256
32
+ files : output/FreeControl.exe
33
33
name : ${{ github.ref_name }}
34
- draft : true
34
+ draft : true
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ Based on the open source project [**scrcpy**](https://github.com/Genymobile/scrc
18
18
19
19
## Interface
20
20
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 )
22
22
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 )
24
24
25
25
![ ] ( https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/v1.4.0_5.gif )
26
26
Original file line number Diff line number Diff line change 18
18
19
19
## 界面
20
20
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 )
22
22
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 )
24
24
25
25
![ ] ( https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/v1.4.0_5.gif )
26
26
You can’t perform that action at this time.
0 commit comments