Skip to content

Commit 042a995

Browse files
committed
Merge branch 'master' of github.com:raphaabreu/SimpleConcepts.Extensions.Caching
2 parents 0ad44cc + defa1d0 commit 042a995

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/release.yml

-12
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,4 @@ jobs:
4141
with:
4242
name: Packages
4343
path: nuget-packages/*
44-
- name: Upload package release asset
45-
uses: actions/[email protected]
46-
with:
47-
asset_path: SimpleConcepts.Extensions.Caching.${{ steps.gitversion.outputs.nuGetVersionV2 }}.nupkg
48-
asset_name: SimpleConcepts.Extensions.Caching.${{ steps.gitversion.outputs.nuGetVersionV2 }}.nupkg
49-
asset_content_type: application/zip
50-
- name: Upload symbols package release asset
51-
uses: actions/[email protected]
52-
with:
53-
asset_path: SimpleConcepts.Extensions.Caching.${{ steps.gitversion.outputs.nuGetVersionV2 }}.snupkg
54-
asset_name: SimpleConcepts.Extensions.Caching.${{ steps.gitversion.outputs.nuGetVersionV2 }}.snupkg
55-
asset_content_type: application/zip
5644

0 commit comments

Comments
 (0)