Skip to content

Commit

Permalink
Upload dists
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Jun 16, 2024
1 parent 1cb583f commit 3ba3dab
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ on:

jobs:
build:
strategy:
matrix:
# macos-14 is for the arm64 architecture
# https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source
os: [ macos-latest, macos-14 ]
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -19,3 +24,9 @@ jobs:
java-version: 17
- uses: gradle/actions/setup-gradle@v3
- run: ./gradlew build
- uses: actions/upload-artifact@v4
with:
name: distribution-${{ matrix.os }}
if-no-files-found: error
path: |
build/compose/binaries/main/dmg/*.dmg

0 comments on commit 3ba3dab

Please sign in to comment.