Fix naming

This commit is contained in:
Balazs Perlaki-Horvath 2024-01-14 19:33:44 +01:00
parent ec51b994e8
commit cf5a2063ba

View File

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