Skip to content

Commit

Permalink
ci: Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jnelle authored Jun 23, 2024
1 parent d6292db commit 4647162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: export ipa
env:
EXPORT_OPTIONS_PLIST: ${{ secrets.$EXPORT_OPTIONS }}
EXPORT_OPTIONS_PLIST: ${{ secrets.EXPORT_OPTIONS }}
run: |
EXPORT_OPTS_PATH=iosApp/exportOptionsRelease.plist
echo -n "EXPORT_OPTIONS_PLIST" | base64 --decode -o $EXPORT_OPTS_PATH
Expand Down

0 comments on commit 4647162

Please sign in to comment.