mirror of
https://github.com/kiwix/kiwix-apple-custom.git
synced 2025-09-23 04:12:33 -04:00
Fix verifycation of path
This commit is contained in:
parent
51d031fe92
commit
3dbbed5ebf
14
.github/workflows/cd.yml
vendored
14
.github/workflows/cd.yml
vendored
@ -45,12 +45,12 @@ jobs:
|
|||||||
- 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
|
||||||
|
|
||||||
- name: Install Kiwix dependencies
|
# - name: Install Kiwix dependencies
|
||||||
run:
|
# run:
|
||||||
|
|
# |
|
||||||
cd apple
|
# cd apple
|
||||||
brew bundle
|
# brew bundle
|
||||||
cd ..
|
# cd ..
|
||||||
|
|
||||||
- name: Generate project based on tag
|
- name: Generate project based on tag
|
||||||
env:
|
env:
|
||||||
@ -93,6 +93,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Set up scheme, version, build_number from files
|
- name: Set up scheme, version, build_number from files
|
||||||
run: |
|
run: |
|
||||||
|
pwd()
|
||||||
|
ls -la
|
||||||
VERSION=$(cat apple/custom/.build_version)
|
VERSION=$(cat apple/custom/.build_version)
|
||||||
echo "VERSION=$VERSION" >> $GITHUB_ENV
|
echo "VERSION=$VERSION" >> $GITHUB_ENV
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ def main():
|
|||||||
custom_apps.create_plists(custom_plist=Path("Custom.plist"))
|
custom_apps.create_plists(custom_plist=Path("Custom.plist"))
|
||||||
|
|
||||||
# download the zim files
|
# download the zim files
|
||||||
custom_apps.download_zim_files()
|
# custom_apps.download_zim_files()
|
||||||
|
|
||||||
# finally create the project file, containing all brands as targets
|
# finally create the project file, containing all brands as targets
|
||||||
custom_apps.create_custom_project_file(path=Path("custom_project.yml"))
|
custom_apps.create_custom_project_file(path=Path("custom_project.yml"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user