Skip to content

Commit

Permalink
CHANGE prepare build step
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank1234 committed Jul 30, 2024
1 parent 2577a57 commit 8cbab85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ on:
default: "Generate release build"

jobs:
uses: ./.github/workflows/_prepare.yml
build:
runs-on: [ self-hosted, macOS ] # we host on our own mac mini, it's twice as fast

steps:
- name: Prepare build
uses: ./.github/workflows/_prepare.yml

- name: Build Release bundle
env:
RELEASE_KEYSTORE_PASSWORD: ${{ secrets.RELEASE_KEYSTORE_PASSWORD }}
Expand Down

0 comments on commit 8cbab85

Please sign in to comment.