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

Update file path
This commit is contained in:
BPH 2024-01-14 18:57:04 +01:00 committed by GitHub
commit 352dc2de04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,10 +93,10 @@ jobs:
- name: Set up scheme, version, build_number from files
run: |
VERSION=$(cat .build_version)
VERSION=$(cat apple/custom/.build_version)
echo "VERSION=$VERSION" >> $GITHUB_ENV
BRAND=$(cat .brand_name)
BRAND=$(cat apple/custom/.brand_name)
echo "BRAND=$BRAND" >> $GITHUB_ENV
- name: Set up variables for build