Skip to content

Commit d389387

Browse files
committed
Fixup
1 parent eabbc8a commit d389387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ jobs:
385385
dotnet-version: ${{ env.dotnet_sdk_version }}
386386

387387
- name: Pack
388-
run: dotnet pack --configuration Release --property:PackageOutputPath="$PWD/nupkgs" nupkgs -p:ContinuousIntegrationBuild=true
388+
run: dotnet pack Npgsql.sln --configuration Release --property:PackageOutputPath="$PWD/nupkgs" -p:ContinuousIntegrationBuild=true
389389

390390
- name: Upload artifacts
391391
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)