Skip to content

Commit

Permalink
grr
Browse files Browse the repository at this point in the history
  • Loading branch information
NotOfficer authored Apr 27, 2024
1 parent 5965cb7 commit 2d87dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d87dcf

Please sign in to comment.