Skip to content

Commit 72ad7b3

Browse files
committed
Fix release workflow
1 parent b14c095 commit 72ad7b3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
with:
4747
path: artifacts
4848
skip-decompress: true
49+
merge-multiple: true
4950
- id: get_version
5051
run: |
5152
FILE=$(ls artifacts/*.nupkg | head -n 1)
@@ -61,6 +62,7 @@ jobs:
6162
with:
6263
path: artifacts
6364
skip-decompress: true
65+
merge-multiple: true
6466
- uses: softprops/action-gh-release@v3
6567
with:
6668
tag_name: v${{ needs.get-verion.outputs.version }}
@@ -79,6 +81,7 @@ jobs:
7981
with:
8082
path: artifacts
8183
skip-decompress: true
84+
merge-multiple: true
8285
- uses: NuGet/login@v1
8386
id: login
8487
with:
@@ -98,5 +101,6 @@ jobs:
98101
with:
99102
path: artifacts
100103
skip-decompress: true
104+
merge-multiple: true
101105
- name: Push package
102106
run: dotnet nuget push ./artifacts/*.nupkg --api-key "${{ secrets.GITHUB_TOKEN }}" --source "github"

0 commit comments

Comments
 (0)