Skip to content

Commit

Permalink
Removed RuntimeIdentifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxlider authored Mar 29, 2024
1 parent 4a5a697 commit 6173b66
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 @@ -91,13 +91,13 @@ jobs:

# Build
- name: Build the application
run: dotnet build --configuration $env:Configuration -r win-x64
run: dotnet build --configuration $env:Configuration
env:
Configuration: ${{ matrix.configuration }}

# Pub
- name: Publish the application
run: dotnet publish --configuration $env:Configuration -r win-x64 --self-contained true /p:useapphost=true --output .\Release_Nightly_x64
run: dotnet publish --configuration $env:Configuration --self-contained true /p:useapphost=true --output .\Release_Nightly_x64
env:
Configuration: ${{ matrix.configuration }}

Expand Down

0 comments on commit 6173b66

Please sign in to comment.