Skip to content

Commit

Permalink
try to add mac os target
Browse files Browse the repository at this point in the history
  • Loading branch information
camilo committed Feb 1, 2024
1 parent b57c252 commit ba31e23
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- name: Checkout repository and submodules
Expand Down Expand Up @@ -56,4 +56,16 @@ jobs:
SQUASH_HISTORY: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TARGET_DIR: win
CLEAR_GLOBS_FILE: ".clear-target-files"

- name: Deploy
if: matrix.os == 'macos-latest'
uses: s0/git-publish-subdir-action@develop
env:
REPO: self
BRANCH: binaries
FOLDER: build/build/
SQUASH_HISTORY: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TARGET_DIR: mac
CLEAR_GLOBS_FILE: ".clear-target-files"

0 comments on commit ba31e23

Please sign in to comment.