Using pack instead of build.

This commit is contained in:
BDisp
2024-10-09 21:58:22 +01:00
parent 2c01b33eb2
commit 820bf44e99

View File

@@ -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