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 b67e462 commit fcdeed9Copy full SHA for fcdeed9
.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-packages-${{ matrix.platform }}-${{ matrix.arch }}
+ name: conan-${{ needs.prepare.outputs.conan_version }}-${{ matrix.platform }}-${{ matrix.arch }}
90
path: dist/*
91
92
# # Job to create a DRAFT release (only for release branches)
0 commit comments