Skip to content

Commit

Permalink
Fix macOS release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Oct 4, 2024
1 parent 71106c8 commit 4e0464e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ jobs:
name: blastem-windows
path: kinetoscope-blastem-0.6.2-windows-x64

- name: Pull BlastEm for macOS
uses: actions/download-artifact@v4
with:
name: blastem-macos
path: kinetoscope-blastem-0.6.2-macos-x64

- name: Arrange release artifacts
run: |
# Debug: show everything we execute.
Expand Down

0 comments on commit 4e0464e

Please sign in to comment.