Skip to content

Commit f1f9814

Browse files
committed
Fix uploading release artifacts
1 parent 1293a04 commit f1f9814

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build_cmake.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,12 @@ jobs:
280280
- name: Download artifacts
281281
uses: actions/download-artifact@v4
282282
with:
283-
path: release
283+
path: release-with-dirs
284+
285+
- name: Fixup artifacts
286+
run: |
287+
mkdir release
288+
mv release-with-dirs/*/* release/
284289
285290
- name: Create Release
286291
id: create_release

0 commit comments

Comments
 (0)