From d01bc26ec46b9ccee0185a896e835251c428e9e9 Mon Sep 17 00:00:00 2001 From: alex-osm Date: Sun, 10 Dec 2023 12:17:45 +0300 Subject: [PATCH] Update xcode-local-build.yml --- .github/workflows/xcode-local-build.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/xcode-local-build.yml b/.github/workflows/xcode-local-build.yml index f54f3f3f7a..b9ab18b110 100644 --- a/.github/workflows/xcode-local-build.yml +++ b/.github/workflows/xcode-local-build.yml @@ -14,7 +14,7 @@ on: releaseversion: description: 'Release Version' required: true - default: '4.6.0' + default: '4.6.2' jobs: build: runs-on: self-hosted @@ -95,7 +95,11 @@ jobs: # IOS_KEYS: ${{ secrets.IOS_KEYS }} # PASSWORD_KEYCHAIN_EXPORT: ${{ secrets.PASSWORD_KEYCHAIN_EXPORT }} # run: .github/secrets/decrypt_secrets.sh - # working-directory: ios + # working-directory: ios + - name: Setup keychain + env: + USER_KEY: ${{ secrets.USER_KEY }} + run: 'security unlock-keychain -p ${USER_KEY} ~/Library/Keychains/login.keychain-db' - name: Build QtCore & prepare build run: exec ios/prepare.sh #--sync_translations - name: Configure iOS OsmAndCore