Skip to content

Commit

Permalink
Update xcode-local-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-osm authored Dec 10, 2023
1 parent 53f5d3a commit d01bc26
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/xcode-local-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d01bc26

Please sign in to comment.