From 2e13a4dc02f0f183f6dd0a6e7c6b32110ff09184 Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Sun, 14 Jan 2024 19:59:28 +0100 Subject: [PATCH] Update to subfolder --- .github/actions/xcbuild/action.yml | 4 ++-- .github/workflows/cd.yml | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/actions/xcbuild/action.yml b/.github/actions/xcbuild/action.yml index f3d0eaa..f89faa5 100644 --- a/.github/actions/xcbuild/action.yml +++ b/.github/actions/xcbuild/action.yml @@ -79,7 +79,7 @@ runs: security unlock-keychain -p $KEYCHAIN_PASSWORD $KEYCHAIN - name: Add Apple Development certificate to Keychain - uses: ./custom/.github/actions/install-cert + uses: ./apple/custom/.github/actions/install-cert with: SIGNING_CERTIFICATE: ${{ inputs.APPLE_DEVELOPMENT_SIGNING_CERTIFICATE }} SIGNING_CERTIFICATE_P12_PASSWORD: ${{ inputs.APPLE_DEVELOPMENT_SIGNING_P12_PASSWORD }} @@ -88,7 +88,7 @@ runs: - name: Add Distribution certificate to Keychain if: ${{ inputs.DEPLOYMENT_SIGNING_CERTIFICATE }} - uses: ./.github/actions/install-cert + uses: ./apple/custom/.github/actions/install-cert with: SIGNING_CERTIFICATE: ${{ inputs.DEPLOYMENT_SIGNING_CERTIFICATE }} SIGNING_CERTIFICATE_P12_PASSWORD: ${{ inputs.DEPLOYMENT_SIGNING_CERTIFICATE_P12_PASSWORD }} diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 694762b..18bec51 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -87,7 +87,6 @@ jobs: - name: Set up scheme, version, build_number from files run: | cd apple - ls -la custom BRAND=$(<./custom/.brand_name) echo "BRAND=$BRAND" >> $GITHUB_ENV @@ -137,7 +136,7 @@ jobs: run: echo "${APPLE_STORE_AUTH_KEY}" | base64 --decode -o $APPLE_STORE_AUTH_KEY_PATH - name: Build xcarchive - uses: ./custom/.github/actions/xcbuild + uses: ./apple/custom/.github/actions/xcbuild with: action: archive xc-destination: generic/platform=${{ matrix.destination.platform }}