Skip to content

Commit

Permalink
release - packs only lib project
Browse files Browse the repository at this point in the history
  • Loading branch information
k-wojcik committed Sep 30, 2024
1 parent a5c1344 commit d574652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ jobs:
run: dotnet test --no-build --configuration Release

- name: Pack
run: dotnet pack --configuration Release --no-build --output nupkgs -p:Version="${{ env.VERSION }}"
run: dotnet pack .\src\Roaring.Net\Roaring.Net.csproj --configuration Release --no-build --output nupkgs -p:Version="${{ env.VERSION }}"

- name: Upload nuget package
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit d574652

Please sign in to comment.