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 04ce0d7 commit bd99613Copy full SHA for bd99613
.github/workflows/pr_validation.yaml
@@ -80,6 +80,7 @@ jobs:
80
81
steps:
82
- name: Decode Provisioning Profile and Certificate
83
+ working-directory: ~
84
env:
85
PROVISIONING_PROFILE: ${{ secrets.PROVISIONING_PROFILE }}
86
SIGNING_CERTIFICATE: ${{ secrets.SIGNING_CERTIFICATE }}
@@ -88,6 +89,7 @@ jobs:
88
89
echo "$SIGNING_CERTIFICATE" | base64 --decode > certificate.p12
90
91
- name: Install Certificate and Provisioning Profile
92
93
94
CERTIFICATE_PASSWORD: ${{ secrets.SIGNING_CERTIFICATE_PASSWORD }}
95
run: |
0 commit comments