We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 849b118 commit b0d6a43Copy full SHA for b0d6a43
.github/workflows/release.yml
@@ -119,7 +119,7 @@ jobs:
119
if: matrix.os == 'windows-latest'
120
with:
121
repo_token: ${{ secrets.GITHUB_TOKEN }}
122
- file: ShadowsocksUriGenerator*/bin/Release/net5.0/ss-uri-gen-*
+ file: ShadowsocksUriGenerator*/bin/Release/net5.0/ss-uri-gen-*-windows*.*
123
tag: ${{ github.ref }}
124
file_glob: true
125
prerelease: true
0 commit comments