Skip to content

Commit 5c45af3

Browse files
authored
Update build_ipa.yml
1 parent f3b2296 commit 5c45af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_ipa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Build Debug IPA
1616
runs-on: macos-latest
1717
env:
18-
UPLOAD_IPA: ${{ vars.UPLOAD_IPA || 'false' }}
18+
UPLOAD_IPA: ${{ vars.UPLOAD_IPA || 'true' }}
1919

2020
steps:
2121
- name: Checkout

0 commit comments

Comments
 (0)