Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DoShackathon authored Nov 18, 2023
1 parent 890c128 commit e1c2ba3
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 @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
configuration: [Debug, Release]
configuration: [Release]

runs-on: windows-2019 # For a list of available runner types, refer to
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
Expand All @@ -45,4 +45,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: assets-for-download
path: downloads
path: D:\a\ExamplePostApp\ExamplePostApp\bin\Release\ExamplePostApp.exe

0 comments on commit e1c2ba3

Please sign in to comment.