mirror of
https://github.com/kiwix/kiwix-apple-custom.git
synced 2025-09-20 10:14:15 -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
|
||||
run: |
|
||||
cd apple
|
||||
cd apple/custom
|
||||
ls -la
|
||||
VERSION=$(cat ./custom/.build_version)
|
||||
VERSION=$(<.build_version)
|
||||
echo "VERSION=$VERSION" >> $GITHUB_ENV
|
||||
|
||||
BRAND=$(cat ./custom/.brand_name)
|
||||
BRAND=$(<.brand_name)
|
||||
echo "BRAND=$BRAND" >> $GITHUB_ENV
|
||||
|
||||
# taken from: kiwix/apple .github/workflows/cd.yml
|
||||
|
Loading…
x
Reference in New Issue
Block a user