From 51d031fe924c54b99447b5883cd922d121588e92 Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Sun, 14 Jan 2024 18:54:57 +0100 Subject: [PATCH] Update file path --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index c44c641..50a465f 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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