We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c6e915 + 804c142 commit 7347729Copy full SHA for 7347729
.github/workflows/release-android.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Build APK
37
run: |
38
- ns build android --release --env.snapshot --env.compileSnapshot --env.uglify --env.aot --compileSdk=$COMPILE_SDK_VERSION \
+ ns build android --release --env.snapshot --env.compileSnapshot --env.uglify --env.aot --compileSdk=${COMPILE_SDK_VERSION} \
39
--key-store-path my-release-key.keystore \
40
--key-store-password ${{ secrets.KEYSTORE_PASSWORD }} \
41
--key-store-alias ${{ secrets.KEY_ALIAS }} \
0 commit comments