Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza authored Feb 13, 2024
1 parent a41d435 commit ec07089
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: .NET Desktop
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
tags:
- 'v*'

jobs:
build:
Expand All @@ -23,11 +23,6 @@ jobs:
with:
fetch-depth: 0

# # Install the .NET Core workload
# - name: Install .NET
# uses: actions/setup-dotnet@v3
# with:
# dotnet-version: 4.8.x
- name: Setup NuGet.exe for use with actions
# You may pin to the exact commit or the version.
# uses: NuGet/setup-nuget@a21f25cd3998bf370fde17e3f1b4c12c175172f9
Expand Down Expand Up @@ -57,9 +52,13 @@ jobs:
env:
Configuration: ${{ matrix.configuration }}

# Upload the MSIX package: https://github.com/marketplace/actions/upload-a-build-artifact
- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
name: SunSynkTrayInstaller
path: SunSynkTrayInstaller\Release\SunSynkTrayInstaller.msi

- name: Upload assets
uses: softprops/action-gh-release@v1 
with:
files: SunSynkTrayInstaller\Release\SunSynkTrayInstaller.msi

0 comments on commit ec07089

Please sign in to comment.