Skip to content

Commit

Permalink
Update ios.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xivilay authored Jan 7, 2024
1 parent bede448 commit 77b4b37
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,17 @@ env:
APPLE_P12_PASSWORD: ${{ secrets.APPLE_P12_PASSWORD }}
APPLE_PROVISION_PROFILE_BASE64: ${{ secrets.APPLE_PROVISION_PROFILE_BASE64 }}
APPLE_KEYCHAIN_PASSWORD: ${{ secrets.APPLE_KEYCHAIN_PASSWORD }}

LOCAL_CERT_PATH: ${{ runner.temp }}/build_certificate.p12
LOCAL_PP_PATH: ${{ runner.temp }}/build_pp.mobileprovision
LOCAL_KEYCHAIN_PATH: ${{ runner.temp }}/app-signing.keychain-db

jobs:
build:
strategy:
matrix:
runner: ['macos']
runs-on: ${{ matrix.runner }}-latest
name: ${{ matrix.runner }}
env:
LOCAL_CERT_PATH: ${{ runner.temp }}/build_certificate.p12
LOCAL_PP_PATH: ${{ runner.temp }}/build_pp.mobileprovision
LOCAL_KEYCHAIN_PATH: ${{ runner.temp }}/app-signing.keychain-db
steps:
- name: Checkout Source Code
uses: actions/checkout@v2
Expand Down

0 comments on commit 77b4b37

Please sign in to comment.