File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1313 build :
1414 name : Build, Sign & Upload
1515 runs-on : ubuntu-latest
16- env :
17- KEY_STORE_FILE : ${{ secrets.SIGNINGKEY_BASE64 }} # optional if using a file from env
18- KEY_STORE_PASSWORD : ${{ secrets.KEY_STORE_PASSWORD }}
19- KEY_ALIAS : ${{ secrets.KEY_ALIAS }}
20- KEY_PASSWORD : ${{ secrets.KEY_PASSWORD }}
21-
2216 steps :
2317 - name : Checkout project
24184236 - name : Build with Gradle
4337 run : ./gradlew clean assembleProdDebug --refresh-dependencies --no-daemon
4438 env :
45- JAVA_TOOL_OPTIONS : " -Dhttps.protocols=TLSv1.2"
39+ JAVA_TOOL_OPTIONS : " -Dhttps.protocols=TLSv1.2"
40+ KEY_STORE_FILE : ${{ steps.write_base64_file.outputs.filePath }}
41+ KEY_STORE_PASSWORD : ${{ secrets.KEY_STORE_PASSWORD }}
42+ KEY_ALIAS : ${{ secrets.KEY_ALIAS }}
43+ KEY_PASSWORD : ${{ secrets.KEY_PASSWORD }}
44+
You can’t perform that action at this time.
0 commit comments