mirror of
https://github.com/kiwix/kiwix-apple-custom.git
synced 2025-09-22 11:51:04 -04:00
Fix relative paths
This commit is contained in:
parent
f6844039b3
commit
ec51b994e8
6
.github/workflows/cd.yml
vendored
6
.github/workflows/cd.yml
vendored
@ -86,12 +86,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Set up scheme, version, build_number from files
|
- name: Set up scheme, version, build_number from files
|
||||||
run: |
|
run: |
|
||||||
cd apple
|
cd apple/custom
|
||||||
ls -la
|
ls -la
|
||||||
VERSION=$(cat ./custom/.build_version)
|
VERSION=$(<.build_version)
|
||||||
echo "VERSION=$VERSION" >> $GITHUB_ENV
|
echo "VERSION=$VERSION" >> $GITHUB_ENV
|
||||||
|
|
||||||
BRAND=$(cat ./custom/.brand_name)
|
BRAND=$(<.brand_name)
|
||||||
echo "BRAND=$BRAND" >> $GITHUB_ENV
|
echo "BRAND=$BRAND" >> $GITHUB_ENV
|
||||||
|
|
||||||
# taken from: kiwix/apple .github/workflows/cd.yml
|
# taken from: kiwix/apple .github/workflows/cd.yml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user