Skip to content

Commit 55e942f

Browse files
committed
fix
1 parent e38fbf7 commit 55e942f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ jobs:
336336
${{ steps.lowercase_product.outputs.lowercase_product }} \
337337
prerelease_testing
338338
- name: Install Secret GoogleService-Info.plist
339-
run: scripts/decrypt_gha_secret.sh ${{ plist_src_path }} ${{ plist_dst_path }} "$plist_secret"
339+
run: scripts/decrypt_gha_secret.sh ${{ matrix.plist_src_path }} ${{ matrix.plist_dst_path }} "$plist_secret"
340340
- name: Setup
341341
if: matrix.product == "Crashlytics"
342342
run: |

0 commit comments

Comments
 (0)