Skip to content

Commit 386dd7a

Browse files
committed
wip
1 parent fcdeed9 commit 386dd7a

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
@@ -86,7 +86,7 @@ jobs:
8686
- name: Upload artifacts
8787
uses: actions/upload-artifact@v4
8888
with:
89-
name: conan-${{ needs.prepare.outputs.conan_version }}-${{ matrix.platform }}-${{ matrix.arch }}
89+
name: conan-artifacts-${{ matrix.platform }}-${{ matrix.arch }}
9090
path: dist/*
9191

9292
# # Job to create a DRAFT release (only for release branches)
@@ -108,7 +108,7 @@ jobs:
108108
# - name: Download all packages
109109
# uses: actions/download-artifact@v4
110110
# with:
111-
# name: conan-packages
111+
# name: conan-artifacts
112112
# path: dist
113113

114114
# - name: Create DRAFT GitHub Release

0 commit comments

Comments
 (0)