mirror of
https://github.com/kiwix/kiwix-apple-custom.git
synced 2025-09-24 04:43:35 -04:00
Merge pull request #36 from kiwix/feature/re-use-cd-from-main
Fix relative path to actions
This commit is contained in:
commit
397e1e5813
2
.github/actions/xcbuild/action.yml
vendored
2
.github/actions/xcbuild/action.yml
vendored
@ -79,7 +79,7 @@ runs:
|
|||||||
security unlock-keychain -p $KEYCHAIN_PASSWORD $KEYCHAIN
|
security unlock-keychain -p $KEYCHAIN_PASSWORD $KEYCHAIN
|
||||||
|
|
||||||
- name: Add Apple Development certificate to Keychain
|
- name: Add Apple Development certificate to Keychain
|
||||||
uses: ./.github/actions/install-cert
|
uses: ./custom/.github/actions/install-cert
|
||||||
with:
|
with:
|
||||||
SIGNING_CERTIFICATE: ${{ inputs.APPLE_DEVELOPMENT_SIGNING_CERTIFICATE }}
|
SIGNING_CERTIFICATE: ${{ inputs.APPLE_DEVELOPMENT_SIGNING_CERTIFICATE }}
|
||||||
SIGNING_CERTIFICATE_P12_PASSWORD: ${{ inputs.APPLE_DEVELOPMENT_SIGNING_P12_PASSWORD }}
|
SIGNING_CERTIFICATE_P12_PASSWORD: ${{ inputs.APPLE_DEVELOPMENT_SIGNING_P12_PASSWORD }}
|
||||||
|
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
@ -137,7 +137,7 @@ jobs:
|
|||||||
run: echo "${APPLE_STORE_AUTH_KEY}" | base64 --decode -o $APPLE_STORE_AUTH_KEY_PATH
|
run: echo "${APPLE_STORE_AUTH_KEY}" | base64 --decode -o $APPLE_STORE_AUTH_KEY_PATH
|
||||||
|
|
||||||
- name: Build xcarchive
|
- name: Build xcarchive
|
||||||
uses: ./.github/actions/xcbuild
|
uses: ./custom/.github/actions/xcbuild
|
||||||
with:
|
with:
|
||||||
action: archive
|
action: archive
|
||||||
xc-destination: generic/platform=${{ matrix.destination.platform }}
|
xc-destination: generic/platform=${{ matrix.destination.platform }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user