Skip to content

Commit

Permalink
Fix path for artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasPohl committed Jan 9, 2022
1 parent c359684 commit da811b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release_candidate.outputs.upload_url }}
asset_path: ./target/esql-plugin-${{ github.ref_name }}.jar
asset_path: ./esql-plugin/target/esql-plugin-${{ github.ref_name }}.jar
asset_name: esql-plugin-${{ github.ref_name }}.jar
asset_content_type: application/java-archive

0 comments on commit da811b9

Please sign in to comment.