We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ad44cc + defa1d0 commit 042a995Copy full SHA for 042a995
.github/workflows/release.yml
@@ -41,16 +41,4 @@ jobs:
41
with:
42
name: Packages
43
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
52
53
- asset_path: SimpleConcepts.Extensions.Caching.${{ steps.gitversion.outputs.nuGetVersionV2 }}.snupkg
54
- asset_name: SimpleConcepts.Extensions.Caching.${{ steps.gitversion.outputs.nuGetVersionV2 }}.snupkg
55
56
0 commit comments