mirror of
https://github.com/kiwix/kiwix-apple-custom.git
synced 2025-09-22 11:51:04 -04:00
Merge pull request #32 from kiwix/feature/re-use-cd-from-main
Fix naming
This commit is contained in:
commit
32c27274b1
13
.github/workflows/cd.yml
vendored
13
.github/workflows/cd.yml
vendored
@ -86,13 +86,14 @@ jobs:
|
||||
|
||||
- name: Set up scheme, version, build_number from files
|
||||
run: |
|
||||
cd apple/custom
|
||||
ls -la
|
||||
VERSION=$(<.build_version)
|
||||
echo "VERSION=$VERSION" >> $GITHUB_ENV
|
||||
|
||||
BRAND=$(<.brand_name)
|
||||
cd apple
|
||||
ls -la custom
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user