Skip to content

Commit 4657d4f

Browse files
committed
use only one artifact for upload
1 parent a95f8a9 commit 4657d4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/draft-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- name: Upload artifacts
119119
uses: actions/upload-artifact@v4
120120
with:
121-
name: conan-artifacts-${{ matrix.platform }}-${{ matrix.arch }}
121+
name: conan-packages
122122
path: dist/*
123123

124124
# Job to create a DRAFT release (only for release branches)
@@ -140,7 +140,7 @@ jobs:
140140
- name: Download all packages
141141
uses: actions/download-artifact@v4
142142
with:
143-
name: conan-artifacts-*
143+
name: conan-packages
144144
path: dist
145145

146146
- name: Download changelog

0 commit comments

Comments
 (0)