Skip to content

Commit

Permalink
Update deploy-appstore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rkreutz authored Jul 16, 2020
1 parent d0cc76f commit c040e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-appstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
XC_CONFIGURATION: ${{ 'Release' }}
XC_BUILD_DIR: ${{ '.build' }}
XC_EXPORT_OPTIONS_FILE: "Support/ExportOptions.plist"
XC_INFO_PLIST_PATH: 'PasswordGenerator/Assets/Info.plist'
XC_INFO_PLIST_PATH: "PasswordGenerator/Assets/Info.plist"
IS_CI: 'true'
steps:
- name: Select Xcode
Expand Down

0 comments on commit c040e98

Please sign in to comment.