Skip to content

Commit 7347729

Browse files
Merge branch 'develop'
2 parents 0c6e915 + 804c142 commit 7347729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Build APK
3737
run: |
38-
ns build android --release --env.snapshot --env.compileSnapshot --env.uglify --env.aot --compileSdk=$COMPILE_SDK_VERSION \
38+
ns build android --release --env.snapshot --env.compileSnapshot --env.uglify --env.aot --compileSdk=${COMPILE_SDK_VERSION} \
3939
--key-store-path my-release-key.keystore \
4040
--key-store-password ${{ secrets.KEYSTORE_PASSWORD }} \
4141
--key-store-alias ${{ secrets.KEY_ALIAS }} \

0 commit comments

Comments
 (0)