Skip to content

Commit

Permalink
Add MacOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Dec 25, 2023
1 parent f41d464 commit 0c42b37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
package:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -97,6 +97,7 @@ jobs:
mkdir release
cp temp/J3-Windows/* release
cp temp/J3-Linux/* release
cp temp/J3-macOS/* release
zip -r release/J3.zip temp/J3
- name: Stage GitHub release
Expand Down

0 comments on commit 0c42b37

Please sign in to comment.