@@ -90,8 +90,8 @@ jobs:
dotnet-version: 8.x
dotnet-quality: 'ga'
- - name: Build Release
- run: dotnet build --configuration Release
+ - name: Pack Releae
+ run: dotnet pack --configuration Release --output ./bin/Release
# Note: this step is currently not writing to the gist for some reason