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 e38fbf7 commit 55e942fCopy full SHA for 55e942f
.github/workflows/prerelease.yml
@@ -336,7 +336,7 @@ jobs:
336
${{ steps.lowercase_product.outputs.lowercase_product }} \
337
prerelease_testing
338
- name: Install Secret GoogleService-Info.plist
339
- run: scripts/decrypt_gha_secret.sh ${{ plist_src_path }} ${{ plist_dst_path }} "$plist_secret"
+ run: scripts/decrypt_gha_secret.sh ${{ matrix.plist_src_path }} ${{ matrix.plist_dst_path }} "$plist_secret"
340
- name: Setup
341
if: matrix.product == "Crashlytics"
342
run: |
0 commit comments