Skip to content

Commit

Permalink
Don't include debug in actions builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ButterscotchV committed Aug 7, 2024
1 parent 88dab52 commit 6442ebb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ jobs:
with:
name: SlimeVR-OTA_${{ matrix.os.cs }}
# A file, directory or wildcard pattern that describes what to upload
path: builds/cli_${{ matrix.os.cs }}/
path: |
builds/cli_${{ matrix.os.cs }}/SlimeVR-OTA.exe
builds/cli_${{ matrix.os.cs }}/SlimeVR-OTA
- name: Publish GUI
run: dotnet publish SlimeVrOta.Gui -c Release -r ${{ matrix.os.cs }} -o builds/gui_${{ matrix.os.cs }} -p:CSharpier_Bypass=true
Expand All @@ -65,5 +67,6 @@ jobs:
# A file, directory or wildcard pattern that describes what to upload
path: |
builds/gui_${{ matrix.os.cs }}/
!builds/gui_${{ matrix.os.cs }}/*.pdb
!builds/gui_${{ matrix.os.cs }}/SlimeVR-OTA
!builds/gui_${{ matrix.os.cs }}/SlimeVR-OTA.*

0 comments on commit 6442ebb

Please sign in to comment.