This commit is contained in:
Marlon 2024-04-27 12:10:24 +02:00 committed by GitHub
parent 5965cb7e7f
commit 2d87dcf83c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ jobs:
run: dotnet publish FModel -c Release --no-restore --no-self-contained -r win-x64 -f net8.0-windows -o "./FModel/bin/Publish/" -p:PublishReadyToRun=false -p:PublishSingleFile=true -p:DebugType=None -p:GenerateDocumentationFile=false -p:DebugSymbols=false
- name: ZIP File
uses: thedoctor0/zip-release@v0.7.6
uses: thedoctor0/zip-release@0.7.6
with:
type: 7z
filename: ${{ github.sha }}.7z # will end up in working directory not the Publish folder