Skip to content

Commit

Permalink
Fix uploading release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianadam committed Jun 25, 2024
1 parent 1293a04 commit f1f9814
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,12 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
path: release
path: release-with-dirs

- name: Fixup artifacts
run: |
mkdir release
mv release-with-dirs/*/* release/
- name: Create Release
id: create_release
Expand Down

0 comments on commit f1f9814

Please sign in to comment.