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
|
||||
with:
|
||||
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.**")
|
||||
dontnote("**")
|
||||
|
||||
val outPath = "build/libs/apktool-cli-$apktoolVersion.jar"
|
||||
val outPath = "build/libs/apktool-$apktoolVersion.jar"
|
||||
outjars(outPath)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user