Skip to content

Commit

Permalink
ci: bring back building macOS app
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed May 17, 2024
1 parent d773778 commit b27aee2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
dist\\ShapeOut2\\ShapeOut2.exe --version
python win_make_iss.py
ISCC.exe /Q win_shapeout2.iss
- name: Build macOS app
if: runner.os == 'macOS'
working-directory: ./build-recipes
run: |
bash ./macos_build_app.sh ShapeOut2 ${{ env.RELEASE_VERSION }}
- name: Release Assets
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit b27aee2

Please sign in to comment.