Skip to content

Commit

Permalink
Fix typo in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
leroyguillaume committed Aug 23, 2020
1 parent 2ead352 commit ed40b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./build/libs/keycoak-bcrypt-${{ env.RELEASE_VERSION }}.jar
asset_path: ./build/libs/keycloak-bcrypt-${{ env.RELEASE_VERSION }}.jar
asset_name: keycloak-bcrypt-${{ env.RELEASE_VERSION }}.jar
asset_content_type: application/java-archive

0 comments on commit ed40b41

Please sign in to comment.