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
11
.github/workflows/cd.yml
vendored
11
.github/workflows/cd.yml
vendored
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user