Skip to content

Commit b0d6a43

Browse files
committed
🔼 Update release.yml
Correctly match release assets
1 parent 849b118 commit b0d6a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
if: matrix.os == 'windows-latest'
120120
with:
121121
repo_token: ${{ secrets.GITHUB_TOKEN }}
122-
file: ShadowsocksUriGenerator*/bin/Release/net5.0/ss-uri-gen-*
122+
file: ShadowsocksUriGenerator*/bin/Release/net5.0/ss-uri-gen-*-windows*.*
123123
tag: ${{ github.ref }}
124124
file_glob: true
125125
prerelease: true

0 commit comments

Comments
 (0)