mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
Add a job to upload apk to Github Actions (#836)
* feat(INJI-333): Add a job to upload apk to Github actions in internal build * fix(INJI-333): Add a job to upload to Github actions
This commit is contained in:
@@ -90,7 +90,7 @@ def reactNativeArchitectures() {
|
||||
androidGitVersion {
|
||||
baseCode 0
|
||||
codeFormat 'MXXNXXPXX'
|
||||
format '% tag %%commit_%%branch%'
|
||||
format '%tag_%%commit_%%branch%'
|
||||
}
|
||||
|
||||
android {
|
||||
@@ -197,7 +197,7 @@ android {
|
||||
variant.outputs.all { output ->
|
||||
def datetime = new Date().format('yyyyMMdd_HHmm')
|
||||
def architecture = output.getFilter(com.android.build.OutputFile.ABI) ?: "universal"
|
||||
outputFileName = "${defaultConfig.applicationId}-${variant.versionName}_${datetime}_${architecture}.apk"
|
||||
outputFileName = "Inji_${variant.versionName}_${datetime}_${architecture}.apk"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user