mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-04 17:55:36 +08:00
github actions: test run for publishing maven packages
This commit is contained in:
@@ -59,7 +59,7 @@ publishing {
|
||||
bar(MavenPublication) {
|
||||
groupId 'com.termux'
|
||||
artifactId 'terminal-emulator'
|
||||
version '0.106'
|
||||
version '0.106.1'
|
||||
artifact("$buildDir/outputs/aar/terminal-emulator-release.aar")
|
||||
}
|
||||
}
|
||||
|
@@ -37,7 +37,7 @@ publishing {
|
||||
bar(MavenPublication) {
|
||||
groupId 'com.termux'
|
||||
artifactId 'terminal-view'
|
||||
version '0.106'
|
||||
version '0.106.1'
|
||||
artifact("$buildDir/outputs/aar/terminal-view-release.aar")
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user