Set environment

This commit is contained in:
Max Goedjen 2020-09-20 19:05:46 -07:00
parent 107ff937af
commit 802d5d1374
No known key found for this signature in database
GPG Key ID: E58C21DD77B9B8E8
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,8 @@ jobs:
HOST_PROFILE_DATA: ${{ secrets.HOST_PROFILE_DATA }}
AGENT_PROFILE_DATA: ${{ secrets.AGENT_PROFILE_DATA }}
run: ./.github/scripts/signing.sh
- name: Set Environment
run: sudo xcrun xcode-select -s /Applications/Xcode_12_beta.app
- name: Update Build Number
env:
TAG_NAME: ${{ github.ref }}