Skip to content

Commit bcf3b90

Browse files
authored
Update dotnet.yml
1 parent 4717166 commit bcf3b90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: dotnet test --no-build --verbosity normal
3838

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

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

0 commit comments

Comments
 (0)