diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 5779ed9da..0b9c14fc3 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -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