Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wagrenier authored Jul 18, 2021
1 parent 4717166 commit bcf3b90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: dotnet test --no-build --verbosity normal

- name: Publish
run: dotnet publish -c Release -p:PublishSingleFile=true -r win-x64 -o ./
run: dotnet publish -c Release /p:DebugType=None -o ./release

# Setups the env vars for gitversion
- uses: gittools/actions/gitversion/[email protected]
Expand All @@ -59,7 +59,7 @@ jobs:
# Zips the binaries and required files
- name: Zip App
run: |
tar -cf zero2undub_v${{ steps.gitversion.outputs.majorMinorPatch }}.zip Zero2Undub.exe DeLESS.exe MFAudio.exe
tar -zcvf zero2undub_v${{ steps.gitversion.outputs.majorMinorPatch }}.zip release
# Creates a new TAG version
- name: Create release
Expand Down

0 comments on commit bcf3b90

Please sign in to comment.