Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
viordash authored Feb 21, 2024
1 parent 795e905 commit 9792208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
- name: Restore dependencies
run: dotnet restore ./AudioRezkaApp/AudioRezkaApp.sln
- name: Build
run: dotnet build ./AudioRezkaApp/AudioRezkaApp.sln --no-restore
run: dotnet build ./AudioRezkaApp/AudioRezkaApp.sln --configuration Release --no-restore

- name: Publish
run: |
dotnet publish "./AudioRezkaApp\AudioRezkaApp/AudioRezkaApp.csproj" -c PublishRelease -r win-x64 -f net8.0-windows -p:PublishSingleFile=true --self-contained true -o "./out/win64" -p:DebugType=None
dotnet publish "./AudioRezkaApp\AudioRezkaApp/AudioRezkaApp.csproj" -c PublishRelease -r win-x64 -f net8.0-windows -p:PublishSingleFile=true --self-contained false -o "./out/win64" -p:DebugType=None
- name: Deploy Win64
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9792208

Please # to comment.