Skip to content

Commit

Permalink
👷 Add macOS to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ldslds449 committed Apr 6, 2024
1 parent 62530f7 commit 47398f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
asset_name: MapArtist-linux-amd64
- os: windows-latest
asset_name: MapArtist-windows-amd64

- os: macos-latest
asset_name: MapArtist-macos-amd64
steps:
- name: Checkout Repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 47398f0

Please sign in to comment.