Merge pull request #30 from kiwix/feature/re-use-cd-from-main

Fix path
This commit is contained in:
BPH 2024-01-14 19:18:19 +01:00 committed by GitHub
commit 38715033df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,11 +86,12 @@ jobs:
- name: Set up scheme, version, build_number from files
run: |
cd apple
ls -la
VERSION=$(cat apple/custom/.build_version)
VERSION=$(cat ./custom/.build_version)
echo "VERSION=$VERSION" >> $GITHUB_ENV
BRAND=$(cat apple/custom/.brand_name)
BRAND=$(cat ./custom/.brand_name)
echo "BRAND=$BRAND" >> $GITHUB_ENV
# taken from: kiwix/apple .github/workflows/cd.yml