Skip to content

Commit 4e0464e

Browse files
committed
Fix macOS release artifacts
1 parent 71106c8 commit 4e0464e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@ jobs:
105105
name: blastem-windows
106106
path: kinetoscope-blastem-0.6.2-windows-x64
107107

108+
- name: Pull BlastEm for macOS
109+
uses: actions/download-artifact@v4
110+
with:
111+
name: blastem-macos
112+
path: kinetoscope-blastem-0.6.2-macos-x64
113+
108114
- name: Arrange release artifacts
109115
run: |
110116
# Debug: show everything we execute.

0 commit comments

Comments
 (0)