Skip to content

Commit

Permalink
Merge branch 'master' of github.com:raphaabreu/SimpleConcepts.Extensi…
Browse files Browse the repository at this point in the history
…ons.Caching
  • Loading branch information
raphaabreu committed Sep 28, 2020
2 parents 0ad44cc + defa1d0 commit 042a995
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,4 @@ jobs:
with:
name: Packages
path: nuget-packages/*
- name: Upload package release asset
uses: actions/upload-release-asset@v1.0.2
with:
asset_path: SimpleConcepts.Extensions.Caching.${{ steps.gitversion.outputs.nuGetVersionV2 }}.nupkg
asset_name: SimpleConcepts.Extensions.Caching.${{ steps.gitversion.outputs.nuGetVersionV2 }}.nupkg
asset_content_type: application/zip
- name: Upload symbols package release asset
uses: actions/upload-release-asset@v1.0.2
with:
asset_path: SimpleConcepts.Extensions.Caching.${{ steps.gitversion.outputs.nuGetVersionV2 }}.snupkg
asset_name: SimpleConcepts.Extensions.Caching.${{ steps.gitversion.outputs.nuGetVersionV2 }}.snupkg
asset_content_type: application/zip

0 comments on commit 042a995

Please sign in to comment.