We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcdeed9 commit 386dd7aCopy full SHA for 386dd7a
.github/workflows/draft-release.yml
@@ -86,7 +86,7 @@ jobs:
86
- name: Upload artifacts
87
uses: actions/upload-artifact@v4
88
with:
89
- name: conan-${{ needs.prepare.outputs.conan_version }}-${{ matrix.platform }}-${{ matrix.arch }}
+ name: conan-artifacts-${{ matrix.platform }}-${{ matrix.arch }}
90
path: dist/*
91
92
# # Job to create a DRAFT release (only for release branches)
@@ -108,7 +108,7 @@ jobs:
108
# - name: Download all packages
109
# uses: actions/download-artifact@v4
110
# with:
111
- # name: conan-packages
+ # name: conan-artifacts
112
# path: dist
113
114
# - name: Create DRAFT GitHub Release
0 commit comments