mirror of
https://github.com/kiwix/kiwix-apple-custom.git
synced 2025-09-23 12:21:18 -04:00
Merge pull request #31 from kiwix/feature/re-use-cd-from-main
Fix relative paths
This commit is contained in:
commit
c5108efae5
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