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 1293a04 commit f1f9814Copy full SHA for f1f9814
.github/workflows/build_cmake.yml
@@ -280,7 +280,12 @@ jobs:
280
- name: Download artifacts
281
uses: actions/download-artifact@v4
282
with:
283
- path: release
+ path: release-with-dirs
284
+
285
+ - name: Fixup artifacts
286
+ run: |
287
+ mkdir release
288
+ mv release-with-dirs/*/* release/
289
290
- name: Create Release
291
id: create_release
0 commit comments