File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -166,9 +166,9 @@ jobs:
166
166
env :
167
167
OP_SERVICE_ACCOUNT_TOKEN : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
168
168
run : |
169
- op document get --output ./firebase.json firebase.json
170
- op document get --output ./ upload-key.keystore upload-key.keystore
171
- op document get --output ./ android-fastlane-json-key.json android-fastlane-json-key.json
169
+ op document get firebase.json --out-file ./firebase.json
170
+ op document get upload-key.keystore --out-file ./ upload-key.keystore
171
+ op document get android-fastlane-json-key.json --out-file ./ android-fastlane-json-key.json
172
172
# Copy the keystore to the Android directory for Fullstory
173
173
cp ./upload-key.keystore Mobile-Expensify/Android
174
174
@@ -361,8 +361,7 @@ jobs:
361
361
- name : Load files from 1Password
362
362
env :
363
363
OP_SERVICE_ACCOUNT_TOKEN : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
364
- run : |
365
- op document get --output ./firebase.json firebase.json
364
+ run : op document get firebase.json --out-file ./firebase.json
366
365
367
366
- name : Decrypt AppStore profile
368
367
run : cd ios && gpg --quiet --batch --yes --decrypt --passphrase="$LARGE_SECRET_PASSPHRASE" --output NewApp_AppStore.mobileprovision NewApp_AppStore.mobileprovision.gpg
You can’t perform that action at this time.
0 commit comments