Skip to content

Commit

Permalink
Fixes typo in jar name to publish assets
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Sundberg <[email protected]>
  • Loading branch information
seansund committed Jun 7, 2024
1 parent d6049d7 commit 66efc11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/asset-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./build/libs/openpages-support-${{ steps.variables.outputs.version }},jar
asset_path: ./build/libs/openpages-support-${{ steps.variables.outputs.version }}.jar
asset_name: openpages-support-${{ steps.variables.outputs.version }}.jar
asset_content_type: application/octet-stream

0 comments on commit 66efc11

Please sign in to comment.