Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverMorewd authored Dec 14, 2024
1 parent 6933327 commit 6620c6c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ jobs:
steps:
- name: Checkout
uses: actions/[email protected]

- name: Build Nuget package

- name: Build the Project
run: dotnet build ./src/Lemon.Hosting.AvaloniauiDesktop --configuration Release

- name: Pack Nuget
run: dotnet pack ./src/Lemon.Hosting.AvaloniauiDesktop -o ./nugets

- name: Publish NuGet package
Expand Down

0 comments on commit 6620c6c

Please sign in to comment.