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: