Skip to content

Commit

Permalink
updated pack command
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyshazam committed Feb 21, 2024
1 parent 057f069 commit 1d26748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d26748

Please sign in to comment.