Skip to content

Commit 7b34ec4

Browse files
authored
Update release.yml
1 parent 31b535a commit 7b34ec4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ jobs:
2222
- name: Publish
2323
run: |
2424
dotnet publish app/GHelper.sln --configuration Release --runtime win-x64 -p:PublishSingleFile=true --no-self-contained
25-
powershell Compress-Archive app/bin/x64/Release/net7.0-windows/win-x64/publish/* GHelper.zip
25+
powershell Compress-Archive app/bin/x64/Release/net7.0-windows/win-x64/publish/GHelper.exe GHelper.zip
26+
powershell Compress-Archive app/bin/x64/Release/net7.0-windows/win-x64/publish/WinRing* PluginAdvancedSettings.zip
2627
- name: Upload
2728
env:
2829
GH_TOKEN: ${{ github.token }}
2930
run: |
30-
gh release upload ${{ github.ref_name }} GHelper.zip
31+
gh release upload ${{ github.ref_name }} GHelper.zip PluginAdvancedSettings.zip

0 commit comments

Comments
 (0)