We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aafb45 commit b1de3daCopy full SHA for b1de3da
.github/workflows/deploy.yml
@@ -14,8 +14,6 @@ jobs:
14
steps:
15
- name: Checkout Repository
16
uses: actions/checkout@v4
17
- with:
18
- path: WSSiOS
19
20
- name: Set Xcode version
21
run: sudo xcode-select -s /Applications/Xcode_15.0.app/Contents/Developer
@@ -47,6 +45,7 @@ jobs:
47
45
gpg --batch --yes --import ~/private-key.asc
48
46
49
- name: Run Fastlane (internal)
+ working-directory: .
50
env:
51
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
52
MATCH_GIT_URL: https://x-access-token:${{ secrets.MATCH_GIT_TOKEN }}@${{ secrets.MATCH_GIT_URL }}
0 commit comments