From d96ecaa49d9eb9894faad2ce68a789ced8e44eb7 Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Tue, 16 Jan 2024 01:17:53 +0100 Subject: [PATCH] Switch back to kiwix/apple main branch --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 3e72063..4ed6a8a 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -46,7 +46,6 @@ jobs: with: repository: kiwix/apple path: apple - ref: feature/build-optional-dependency-resolve - name: Install Python dependencies for custom project generation run: python -m pip install pyyaml @@ -70,7 +69,8 @@ jobs: # make a custom copy of the Info.plist file 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 mv custom_project.yml ../