Skip to content

Commit

Permalink
This version of AGP builds JAR files with slightly different names
Browse files Browse the repository at this point in the history
  • Loading branch information
Bohdan-Kim committed May 23, 2024
1 parent b7505cd commit 9e29150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: GrowthBook/build/libs/GrowthBook-${{ steps.gitversion.outputs.SemVer }}.jar
asset_path: GrowthBook/build/libs/GrowthBook-jvm-${{ steps.gitversion.outputs.SemVer }}.jar
asset_name: GrowthBook-${{ steps.gitversion.outputs.SemVer }}.jar
asset_content_type: application/x-jar
- name: Upload sources
Expand Down
2 changes: 1 addition & 1 deletion GrowthBook/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "io.growthbook.sdk"
version = "1.1.55"
version = "1.1.56"

kotlin {

Expand Down

0 comments on commit 9e29150

Please # to comment.