58
58
- uses : actions/checkout@v4
59
59
60
60
- name : Prepare Build Keys
61
- if : ${{ github.repository == 'fossasia/pslab-android ' }}
61
+ if : ${{ github.repository == 'fossasia/pslab-app ' }}
62
62
env :
63
63
ENCRYPTED_F10B5E0E5262_IV : ${{ secrets.ENCRYPTED_F10B5E0E5262_IV }}
64
64
ENCRYPTED_F10B5E0E5262_KEY : ${{ secrets.ENCRYPTED_F10B5E0E5262_KEY }}
87
87
path : build/app/outputs/bundle
88
88
89
89
- name : Upload APK/AAB to apk branch
90
- if : ${{ github.repository == 'fossasia/pslab-android ' }}
90
+ if : ${{ github.repository == 'fossasia/pslab-app ' }}
91
91
run : |
92
92
git config --global user.name "github-actions[bot]"
93
93
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
@@ -128,7 +128,7 @@ jobs:
128
128
git push --force origin apk
129
129
130
130
- name : Update app in Closed Testing track
131
- if : ${{ github.repository == 'fossasia/pslab-android ' }}
131
+ if : ${{ github.repository == 'fossasia/pslab-app ' }}
132
132
run : |
133
133
git clone --branch=fastlane-android --depth=1 https://${{ github.repository_owner }}:${{ github.token }}@github.com/${{ github.repository }} fastlane
134
134
fastlane uploadToClosedTesting
@@ -149,15 +149,15 @@ jobs:
149
149
- uses : actions/checkout@v4
150
150
151
151
- name : Prepare Build Keys
152
- if : ${{ github.repository == 'fossasia/pslab-android ' }}
152
+ if : ${{ github.repository == 'fossasia/pslab-app ' }}
153
153
env :
154
154
ENCRYPTED_IOS_IV : ${{ secrets.ENCRYPTED_IOS_IV }}
155
155
ENCRYPTED_IOS_KEY : ${{ secrets.ENCRYPTED_IOS_KEY }}
156
156
run : |
157
157
bash scripts/prep-ios-key.sh
158
158
159
159
- name : Setup Certs
160
- if : ${{ github.repository == 'fossasia/pslab-android ' }}
160
+ if : ${{ github.repository == 'fossasia/pslab-app ' }}
161
161
env :
162
162
MATCH_PASSWORD : ${{ secrets.MATCH_PASSWORD }}
163
163
MATCH_GIT_BASIC_AUTHORIZATION : ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }}
@@ -176,7 +176,7 @@ jobs:
176
176
VERSION_CODE : ${{needs.common.outputs.VERSION_CODE}}
177
177
178
178
- name : Push app to testflight
179
- if : ${{ github.repository == 'fossasia/pslab-android ' }}
179
+ if : ${{ github.repository == 'fossasia/pslab-app ' }}
180
180
run : |
181
181
cd ./iOS
182
182
fastlane uploadToBeta
0 commit comments