Update release.yml

This commit is contained in:
Serge
2023-07-21 11:40:51 +02:00
committed by GitHub
parent 62837e0ecc
commit 29bcb810b4

View File

@@ -20,7 +20,7 @@ jobs:
- name: Publish
run: |
dotnet publish app/GHelper.sln --configuration Release --runtime win-x64 -p:PublishSingleFile=true --no-self-contained
powershell Compress-Archive app/bin/x64/Release/net7.0-windows8.0/win-x64/publish/* GHelper.zip
powershell Compress-Archive app/bin/x64/Release/net7.0-windows/win-x64/publish/* GHelper.zip
- name: Upload
env:
GH_TOKEN: ${{ github.token }}