From 24ab3238b2dd5f81e811d0bd4ac236adda2ee3f7 Mon Sep 17 00:00:00 2001 From: Sean Sylver Date: Thu, 31 Oct 2024 12:41:30 -0700 Subject: [PATCH] Update EXPORT_OPTIONS_PLIST to Github variables --- .github/workflows/ios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 379a210bd1..6e06f44ef9 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -228,7 +228,7 @@ jobs: - name: Export IPA env: - EXPORT_OPTIONS_PLIST: ${{ secrets.EXPORT_OPTIONS_PLIST }} + EXPORT_OPTIONS_PLIST: ${{ vars.EXPORT_OPTIONS_PLIST }} run: | EXPORT_OPTS_PATH=$RUNNER_TEMP/ExportOptions.plist echo -n "$EXPORT_OPTIONS_PLIST" | base64 --decode -o $EXPORT_OPTS_PATH