Skip to content

Commit

Permalink
Make Builds Debug Mode
Browse files Browse the repository at this point in the history
We couldn't figure out why it won't run on Release mode so everything will be done in Debug
  • Loading branch information
sr229 authored Nov 2, 2021
1 parent 570dad0 commit 89e6135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Build
run: |
dotnet publish Vignette.Desktop/Vignette.Desktop.csproj -c Release -o ./release -r ${{ matrix.os.runtime }} --self-contained true -p:Version=${{ needs.variables.outputs.version }}
dotnet publish Vignette.Desktop/Vignette.Desktop.csproj -c Debug -o ./release -r ${{ matrix.os.runtime }} --self-contained true -p:Version=${{ needs.variables.outputs.version }}
7z a -tzip Vignette.${{ needs.variables.outputs.version }}-${{ matrix.os.runtime }}.zip release/*
- name: Stage Artifact for AppCenter
Expand Down

0 comments on commit 89e6135

Please sign in to comment.