mirror of
https://github.com/kiwix/kiwix-apple-custom.git
synced 2025-09-22 03:40:45 -04:00
Update file path
This commit is contained in:
parent
7d15f9099e
commit
51d031fe92
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