Skip to content

Commit

Permalink
adjust build.yml again
Browse files Browse the repository at this point in the history
  • Loading branch information
wkelly17 committed Dec 7, 2023
1 parent 6ce1747 commit 872f49b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on: [workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
runs-on: macos-latest
name: Build the project
steps:
- name: Checkout
Expand All @@ -28,7 +28,7 @@ jobs:
Install JS dependencies and build
# ADD YOUR CUSTOM DEPENDENCY UPGRADE COMMANDS BELOW
run: |
npm ci && npm run build && npm run sync
npm ci && npm run build-ios
env:
VITE_POLICY_KEY: ${{ secrets.VITE_POLICY_KEY }}
VITE_BC_ACCOUNT_ID: ${{ secrets.VITE_BC_ACCOUNT_ID }}
Expand Down

0 comments on commit 872f49b

Please sign in to comment.