mirror of
https://github.com/kiwix/kiwix-apple-custom.git
synced 2025-09-24 21:47:00 -04:00
Merge pull request #33 from kiwix/feature/re-use-cd-from-main
Move apple actions into current folder
This commit is contained in:
commit
fa98e158ac
3
.github/workflows/cd.yml
vendored
3
.github/workflows/cd.yml
vendored
@ -86,6 +86,7 @@ jobs:
|
||||
|
||||
- name: Set up scheme, version, build_number from files
|
||||
run: |
|
||||
mv apple/.github/actions/ .github/
|
||||
cd apple
|
||||
ls -la custom
|
||||
|
||||
@ -137,7 +138,7 @@ jobs:
|
||||
run: echo "${APPLE_STORE_AUTH_KEY}" | base64 --decode -o $APPLE_STORE_AUTH_KEY_PATH
|
||||
|
||||
- name: Build xcarchive
|
||||
uses: ./apple/.github/actions/xcbuild
|
||||
uses: .github/actions/xcbuild
|
||||
with:
|
||||
action: archive
|
||||
xc-destination: generic/platform=${{ matrix.destination.platform }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user