File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 27
27
bundle config path vendor/bundle
28
28
bundle install --jobs 4 --retry 3
29
29
30
+ - name : Prepare Build Keys
31
+ env :
32
+ ENCRYPTED_F10B5E0E5262_IV : ${{ secrets.ENCRYPTED_F10B5E0E5262_IV }}
33
+ ENCRYPTED_F10B5E0E5262_KEY : ${{ secrets.ENCRYPTED_F10B5E0E5262_KEY }}
34
+ run : |
35
+ bash scripts/prep-key.sh
36
+
30
37
- name : Download Assets
31
38
id : download-assets
32
39
run : |
39
46
git config --global user.name "github-actions[bot]"
40
47
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
41
48
42
- git clone --branch=fastlane https://${{ github.repository_owner }}:${{ github.token }}@github.com/${{ github.repository }} fastlane
49
+ git clone --branch=fastlane --depth=1 https://${{ github.repository_owner }}:${{ github.token }}@github.com/${{ github.repository }} fastlane
43
50
cd fastlane
44
51
45
52
echo "${{ github.event.release.body }}" > metadata/android/en-US/changelogs/${{ steps.download-assets.outputs.VERSION_CODE }}.txt
You can’t perform that action at this time.
0 commit comments