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