Skip to content

Commit

Permalink
feat: shorten archive name to apktool-{version}.jar (#3289)
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches authored Aug 23, 2023
1 parent 4862131 commit 7d76829
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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*
2 changes: 1 addition & 1 deletion brut.apktool/apktool-cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

0 comments on commit 7d76829

Please sign in to comment.