File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 4141
4242 - name : Get Keystore
4343 run : |
44- mkdir .keystore
45- echo ${{ secrets.ANDROID_KEYSTORE }} | base64 --decode > .keystore/keystore.jks
46- working-directory : mobile
44+ mkdir ~/.keystore
45+ echo ${{ secrets.ANDROID_KEYSTORE }} | base64 --decode > ~/.keystore/keystore.jks
4746
4847 - name : Setup Node.js
4948 uses : actions/setup-node@v4
6463
6564 - name : Install web dependencies
6665 run : npm install --workspace=web
67-
66+
6867 - name : Build Web App
6968 run : npm run web-build
7069
7978 working-directory : mobile
8079
8180 - name : Build Capacitor App
82- run : npx cap build android --keystorepath . /.keystore/keystore.jks --keystorepass ${{ secrets.ANDROID_KEYSTORE_PASS }} --androidreleasetype APK
81+ run : npx cap build android --keystorepath ~ /.keystore/keystore.jks --keystorepass ${{ secrets.ANDROID_KEYSTORE_PASS }} --androidreleasetype APK
8382 working-directory : mobile
84-
You can’t perform that action at this time.
0 commit comments