diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index f669856..4a70a83 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -49,7 +49,7 @@ jobs: working-directory: src - name: Build - run: dotnet build --no-restore --configuration Release SerialPortRx.sln + run: dotnet pack --no-restore --configuration Release SerialPortRx.sln working-directory: src - name: Create NuGet Artifacts