Skip to content

Commit

Permalink
Packing the projects under the source folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutomi committed Feb 19, 2024
1 parent 9dd69d3 commit 103f1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Pack Libraries
run: dotnet pack -c Release --no-build --no-restore --include-symbols --include-source -o ./nupkgs
run: dotnet pack ./src/**/*.csproj -c Release --no-build --no-restore --include-symbols --include-source -o ./nupkgs

- name: Publish to GitHub Packages
run: dotnet nuget push ./nupkgs/*.nupkg --source "github" --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate
Expand Down

0 comments on commit 103f1ac

Please sign in to comment.