Fix verifycation of path

This commit is contained in:
Balazs Perlaki-Horvath 2024-01-14 19:03:50 +01:00
parent 51d031fe92
commit 3dbbed5ebf
2 changed files with 9 additions and 7 deletions

View File

@ -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

View File

@ -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"))