File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3737 echo "release.base.url=${{ secrets.RELEASE_BASE_URL }}" >> local.properties
3838
3939 - name : Decode Keystore
40- run : echo "${{ secrets.KEYSTORE_BASE64 }}" | base64 --decode > keystore.jks
40+ run : echo "${{ secrets.KEYSTORE_BASE64 }}" | base64 --decode > app/ keystore.jks
4141
4242 - name : Decode google-services.json
4343 run : echo "${{ secrets.GOOGLE_SERVICES_JSON_BASE64 }}" | base64 --decode > app/google-services.json
Original file line number Diff line number Diff line change 5555 echo "release.base.url=${{ secrets.RELEASE_BASE_URL }}" >> local.properties
5656
5757 - name : Decode Keystore
58- run : echo "${{ secrets.KEYSTORE_BASE64 }}" | base64 --decode > keystore.jks
58+ run : echo "${{ secrets.KEYSTORE_BASE64 }}" | base64 --decode > app/ keystore.jks
5959
6060 - name : Decode google-services.json
6161 run : echo "${{ secrets.GOOGLE_SERVICES_JSON_BASE64 }}" | base64 --decode > app/google-services.json
You can’t perform that action at this time.
0 commit comments