This repository was archived by the owner on Jun 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -92,18 +92,14 @@ jobs:
92
92
echo "NET86_SHA256=$(.\Build\GetSHA256\GetSHA256.ps1 C:\builtfiles\$env:ProjectName-Win32-${{ steps.tag.outputs.tag }}.7z)" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
93
93
94
94
- name : Create a new GitHub release if a new tag is pushed
95
- uses : softprops/action-gh- release@v1
95
+ uses : ncipollo/ release-action @v1
96
96
if : ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }}
97
- env :
98
- GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
99
97
with :
98
+ token : ${{ secrets.GITHUB_TOKEN }}
100
99
name : v${{ steps.tag.outputs.tag }}
101
100
prerelease : true
102
101
draft : false
103
- files : |
104
- C:\builtfiles\${{ env.ProjectName }}-${{ steps.tag.outputs.tag }}.7z
105
- C:\builtfiles\${{ env.ProjectName }}-Win64-${{ steps.tag.outputs.tag }}.7z
106
- C:\builtfiles\${{ env.ProjectName }}-Win32-${{ steps.tag.outputs.tag }}.7z
102
+ artifacts : C:\builtfiles\*
107
103
body : |
108
104
[](https://t.me/ShadowsocksR_Windows) [](https://t.me/joinchat/Gn-Aa0-j4HcpdBaW-Iv8Sw)
109
105
[](https://github.com/HMBSbige/ShadowsocksR-Android/releases)
You can’t perform that action at this time.
0 commit comments