Skip to content

Commit

Permalink
Only make a package for the main csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxiao921 committed Feb 16, 2021
1 parent 92bad53 commit 26ec719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Build and Create the package
run:
dotnet pack -c Release
dotnet pack -c Release ThunderLib.Core/ThunderLib.Core.csproj
-p:Version=${{steps.vars.outputs.tag}}
-p:Authors="ThunderLib Team" -p:Company="ThunderLib Team"
-p:Description="This is ThunderLib"
Expand Down

0 comments on commit 26ec719

Please sign in to comment.