Skip to content

Commit

Permalink
dotnet pack step
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnie-fialok committed Jul 3, 2024
1 parent 4686bf5 commit 03b3819
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
- name: Build
run: dotnet build --configuration Release

- name: Pack
run: dotnet nuget pack

- name: Create NuGet Packages
run: dotnet pack src --configuration Release

- name: Upload packages
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 03b3819

Please sign in to comment.