From 03b381931094c479a5d3681436f4aae7b02ee3bb Mon Sep 17 00:00:00 2001 From: Vinnie Fialok Date: Wed, 3 Jul 2024 15:20:55 +1000 Subject: [PATCH] dotnet pack step --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1bff3787..670e1deb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: