Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
suhas-cashfree authored Nov 21, 2023
1 parent c9a1916 commit c266e8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
NUGET_AUTH_TOKEN: ${{secrets.NUGET_TOKEN}}

- name: Build solution and generate NuGet package
run: |
run: |
cp LICENSE.md src/cashfree_pg/
cp README.md src/cashfree_pg/
cd src/cashfree_pg
dotnet pack -c Release -o out
Expand Down

0 comments on commit c266e8b

Please sign in to comment.