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

Fix naming
This commit is contained in:
BPH 2024-01-14 19:34:01 +01:00 committed by GitHub
commit 32c27274b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,14 +86,15 @@ jobs:
- name: Set up scheme, version, build_number from files - name: Set up scheme, version, build_number from files
run: | run: |
cd apple/custom cd apple
ls -la ls -la custom
VERSION=$(<.build_version)
echo "VERSION=$VERSION" >> $GITHUB_ENV
BRAND=$(<.brand_name) BRAND=$(<./custom/.brand_name)
echo "BRAND=$BRAND" >> $GITHUB_ENV echo "BRAND=$BRAND" >> $GITHUB_ENV
VERSION=$(<./custom/.version_number)
echo "VERSION=$VERSION" >> $GITHUB_ENV
# taken from: kiwix/apple .github/workflows/cd.yml # taken from: kiwix/apple .github/workflows/cd.yml
- name: Set up variables for build - name: Set up variables for build
env: env: