mirror of
https://github.com/4sval/FModel.git
synced 2026-03-21 17:24:26 -05:00
fix
This commit is contained in:
parent
049a4434c9
commit
5965cb7e7f
4
.github/workflows/qa.yml
vendored
4
.github/workflows/qa.yml
vendored
|
|
@ -26,14 +26,14 @@ 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@v0.7.6
|
||||
with:
|
||||
type: 7z
|
||||
filename: ${{ github.sha }}.7z # will end up in working directory not the Publish folder
|
||||
path: ./FModel/bin/Publish/FModel.exe
|
||||
|
||||
- name: Edit QA Artifact
|
||||
- uses: ncipollo/release-action@v1.14.0
|
||||
uses: ncipollo/release-action@v1.14.0
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
name: 'FModel QA Testing'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user