Skip to content

Commit bd99613

Browse files
Working on iOS GitHub CI
1 parent 04ce0d7 commit bd99613

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr_validation.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080

8181
steps:
8282
- name: Decode Provisioning Profile and Certificate
83+
working-directory: ~
8384
env:
8485
PROVISIONING_PROFILE: ${{ secrets.PROVISIONING_PROFILE }}
8586
SIGNING_CERTIFICATE: ${{ secrets.SIGNING_CERTIFICATE }}
@@ -88,6 +89,7 @@ jobs:
8889
echo "$SIGNING_CERTIFICATE" | base64 --decode > certificate.p12
8990
9091
- name: Install Certificate and Provisioning Profile
92+
working-directory: ~
9193
env:
9294
CERTIFICATE_PASSWORD: ${{ secrets.SIGNING_CERTIFICATE_PASSWORD }}
9395
run: |

0 commit comments

Comments
 (0)