Skip to content

Commit

Permalink
Update EXPORT_OPTIONS_PLIST to Github variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ssylver93 committed Oct 31, 2024
1 parent 98569fb commit 24ab323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24ab323

Please sign in to comment.