diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 0053ac1..ac94adc 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -98,7 +98,7 @@ jobs: uses: actions/setup-dotnet@v3 - name: Build package - run: dotnet pack -c Release /p:BridgeLibraryRoot=${{ github.workspace }}/bridge-libraries + run: dotnet pack src/DeltaLake/DeltaLake.csproj -c Release /p:BridgeLibraryRoot=${{ github.workspace }}/bridge-libraries - name: Upload NuGet artifact uses: actions/upload-artifact@v3