Skip to content

Commit

Permalink
fixing actions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoaslima authored Aug 2, 2021
1 parent 2f28db6 commit f8d3ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: dotnet pack -c Release /p:Version=${{ github.event.release.tag_name }} /p:PackageReleaseNotes="See https://github.com/brokenegg-io/Brokenegg.DotIni/releases/tag/${{ github.event.release.tag_name }}"
working-directory: ./Brokenegg.DotIni
- name: Archive Nuget Package
uses: actions@upload-artifact@v1
uses: actions/upload-artifact@v1
with:
name: Brokenegg.DotIni
path: ./Brokenegg.DotIni/bin/Release/Brokenegg.DotIni.${{ github.event.release.tag_name }}.nupkg
Expand Down

0 comments on commit f8d3ec3

Please sign in to comment.