Skip to content

Commit

Permalink
Add .jar file ending on published files
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed Feb 11, 2021
1 parent cfcb47b commit 9c482ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/keycloak_http_webhook_provider-jar-with-dependencies.jar
tag: ${{ github.ref }}
asset_name: keycloak-http-webhook-provider-$tag
asset_name: keycloak-http-webhook-provider-$tag.jar
body: ${{ steps.changelog_reader.outputs.log_entry }}

0 comments on commit 9c482ae

Please sign in to comment.