Skip to content

Commit

Permalink
wrong name
Browse files Browse the repository at this point in the history
  • Loading branch information
Bohdan-Kim committed Jun 25, 2024
1 parent 4ded455 commit 039ea69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: GrowthBook/build/libs/GrowthBook-jvm-${{ env.LIB_VERSION }}.jar
asset_name: GrowthBook-${{ LIB_VERSION }}.jar
asset_name: GrowthBook-${{ env.LIB_VERSION }}.jar
asset_content_type: application/x-jar
- name: Upload sources
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 039ea69

Please sign in to comment.