We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31b535a commit 7b34ec4Copy full SHA for 7b34ec4
.github/workflows/release.yml
@@ -22,9 +22,10 @@ jobs:
22
- name: Publish
23
run: |
24
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
+ 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
27
- name: Upload
28
env:
29
GH_TOKEN: ${{ github.token }}
30
- gh release upload ${{ github.ref_name }} GHelper.zip
31
+ gh release upload ${{ github.ref_name }} GHelper.zip PluginAdvancedSettings.zip
0 commit comments