Skip to content
This repository was archived by the owner on Jun 25, 2025. It is now read-only.

Commit 8d3aa08

Browse files
committed
housekeeping: Fix CI
1 parent 748f3b4 commit 8d3aa08

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,18 +92,14 @@ jobs:
9292
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
9393
9494
- 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
9696
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }}
97-
env:
98-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
9997
with:
98+
token: ${{ secrets.GITHUB_TOKEN }}
10099
name: v${{ steps.tag.outputs.tag }}
101100
prerelease: true
102101
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\*
107103
body: |
108104
[![](https://img.shields.io/badge/Channel-blue?label=Telegram&logo=telegram)](https://t.me/ShadowsocksR_Windows) [![](https://img.shields.io/badge/Group-green?label=Telegram&logo=telegram)](https://t.me/joinchat/Gn-Aa0-j4HcpdBaW-Iv8Sw)
109105
[![](https://img.shields.io/badge/ShadowsocksR-Android-e482a3)](https://github.com/HMBSbige/ShadowsocksR-Android/releases)

0 commit comments

Comments
 (0)