mirror of
https://github.com/revanced/Apktool.git
synced 2025-05-09 10:14:25 +02:00
feat: shorten archive name to apktool-{version}.jar (#3289)
This commit is contained in:
parent
4862131a68
commit
7d76829ad9
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -100,4 +100,4 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: apktool.jar
|
name: apktool.jar
|
||||||
path: brut.apktool/apktool-cli/build/libs/apktool-*-SNAPSHOT.jar
|
path: brut.apktool/apktool-cli/build/libs/apktool-v*
|
||||||
|
@ -69,6 +69,6 @@ tasks.register<ProGuardTask>("proguard") {
|
|||||||
dontwarn("javax.xml.xpath.**")
|
dontwarn("javax.xml.xpath.**")
|
||||||
dontnote("**")
|
dontnote("**")
|
||||||
|
|
||||||
val outPath = "build/libs/apktool-cli-$apktoolVersion.jar"
|
val outPath = "build/libs/apktool-$apktoolVersion.jar"
|
||||||
outjars(outPath)
|
outjars(outPath)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user