Skip to content

Commit

Permalink
automation
Browse files Browse the repository at this point in the history
  • Loading branch information
Haik committed Oct 14, 2023
1 parent 5a7991a commit ec4abb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
run: dotnet build ./Pandatech.Crypto

- name: Test
run: dotnet test ./PandatechCrypto --collect:"XPlat Code Coverage"
run: dotnet test ./Pandatech.Crypto --collect:"XPlat Code Coverage"

- name: Pack
run: dotnet pack ./PandatechCrypto --output nupkgs
run: dotnet pack ./Pandatech.Crypto --output nupkgs

- name: Publish
run: dotnet nuget push ./nupkgs/*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json

0 comments on commit ec4abb5

Please sign in to comment.