Skip to content

Commit

Permalink
Update application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pamidur authored Sep 25, 2024
1 parent b648dd3 commit bfcce75
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,14 @@ jobs:
- name: Test net8
run: dotnet test -c $app_conf --no-build -f net8.0
- name: Pack
working-directory: nuget
run: dotnet pack -c $app_conf --no-build -o `pwd`/artifacts -p:Version=$app_version -p:CommitSHA=$GITHUB_SHA
- uses: actions/[email protected]
with:
name: artifacts
path: ./nuget/artifacts
path: ./artifacts
- name: Publish
if: env.app_release == 'true'
env:
NUGETKEY: ${{ secrets.NUGET_KEY }}
working-directory: nuget/artifacts
working-directory: artifacts
run: dotnet nuget push ./*.nupkg -s $nuget_url -k $NUGETKEY

0 comments on commit bfcce75

Please sign in to comment.