mirror of
https://github.com/kiwix/kiwix-apple-custom.git
synced 2025-09-10 15:46:39 -04:00
Switch back to kiwix/apple main branch
This commit is contained in:
parent
4c5ec15d10
commit
d96ecaa49d
4
.github/workflows/cd.yml
vendored
4
.github/workflows/cd.yml
vendored
@ -46,7 +46,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository: kiwix/apple
|
repository: kiwix/apple
|
||||||
path: apple
|
path: apple
|
||||||
ref: feature/build-optional-dependency-resolve
|
|
||||||
|
|
||||||
- name: Install Python dependencies for custom project generation
|
- name: Install Python dependencies for custom project generation
|
||||||
run: python -m pip install pyyaml
|
run: python -m pip install pyyaml
|
||||||
@ -70,7 +69,8 @@ jobs:
|
|||||||
# make a custom copy of the Info.plist file
|
# make a custom copy of the Info.plist file
|
||||||
cp ../Support/Info.plist Custom.plist
|
cp ../Support/Info.plist Custom.plist
|
||||||
|
|
||||||
python src/tag_validator.py ${{ steps.vars.outputs.tag }} | python src/generate_and_download.py
|
python src/tag_validator.py ${{ steps.vars.outputs.tag }}
|
||||||
|
python src/generate_and_download.py
|
||||||
|
|
||||||
# move the custom project file to the main folder
|
# move the custom project file to the main folder
|
||||||
mv custom_project.yml ../
|
mv custom_project.yml ../
|
||||||
|
Loading…
x
Reference in New Issue
Block a user