Skip to content

Commit

Permalink
fixing sintax
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoaslima authored Aug 2, 2021
1 parent 1611330 commit 50784a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Archive Nuget Package
uses: actions@upload-artifact@v1
with:
name: Brokenegg.DotIni
path: ./Brokenegg.DotIni/bin/Release/Brokenegg.DotIni.${{ ithub.event.release.tag_name }}.nupkg
name: Brokenegg.DotIni
path: ./Brokenegg.DotIni/bin/Release/Brokenegg.DotIni.${{ ithub.event.release.tag_name }}.nupkg
- name: Publish Nuget Package
run: dotnet nuget push **/*.nupkg --api-key ${{ secrets.nuget_api_key }} --source https://api.nuget.org/v3/index.json --no-symbols true

0 comments on commit 50784a9

Please sign in to comment.