Skip to content

Commit

Permalink
Update dotnet-core.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyrsmirnov authored Oct 15, 2020
1 parent 27b509d commit c915598
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,13 @@ jobs:
env:
CLIENT_ID: ${{ secrets.CLIENT_ID }}
CLIENT_TOKEN: ${{ secrets.CLIENT_TOKEN }}
PAYER_ACCOUNT: ${{ secrets.PAYER_ACCOUNT }}
PAYER_ACCOUNT: ${{ secrets.PAYER_ACCOUNT }}

- name: Pack
run: dotnet pack --no-build -c Release Privatbank.Business -o publish

- name: Upload a NuGet Package
uses: actions/[email protected]
with:
name: NuGet Package
path: package
path: publish

0 comments on commit c915598

Please sign in to comment.