Setup DEVELOPMENT_TEAM for GitHub Action.
This commit is contained in:
parent
69dec865ff
commit
497b7a301d
1 changed files with 5 additions and 0 deletions
5
.github/workflows/debug.yml
vendored
5
.github/workflows/debug.yml
vendored
|
@ -17,6 +17,11 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
- name: Setup DEVELOPMENT_TEAM
|
||||||
|
env:
|
||||||
|
MAC_DEVELOPMENT_TEAM: ${{ secrets.MAC_DEVELOPMENT_TEAM }}
|
||||||
|
run: |
|
||||||
|
echo "DEVELOPMENT_TEAM = $MAC_DEVELOPMENT_TEAM" > Xcode-config/DEVELOPMENT_TEAM.xcconfig
|
||||||
- name: Run xcodebuild
|
- name: Run xcodebuild
|
||||||
run: >
|
run: >
|
||||||
xcodebuild
|
xcodebuild
|
||||||
|
|
Loading…
Reference in a new issue