mirror of
https://github.com/kiwix/kiwix-apple-custom.git
synced 2025-09-23 04:12:33 -04:00
Merge pull request #26 from kiwix/feature/re-use-cd-from-main
Update file path
This commit is contained in:
commit
352dc2de04
4
.github/workflows/cd.yml
vendored
4
.github/workflows/cd.yml
vendored
@ -93,10 +93,10 @@ jobs:
|
||||
|
||||
- name: Set up scheme, version, build_number from files
|
||||
run: |
|
||||
VERSION=$(cat .build_version)
|
||||
VERSION=$(cat apple/custom/.build_version)
|
||||
echo "VERSION=$VERSION" >> $GITHUB_ENV
|
||||
|
||||
BRAND=$(cat .brand_name)
|
||||
BRAND=$(cat apple/custom/.brand_name)
|
||||
echo "BRAND=$BRAND" >> $GITHUB_ENV
|
||||
|
||||
- name: Set up variables for build
|
||||
|
Loading…
x
Reference in New Issue
Block a user