From ed40b417ddadb23d66ee9900db1f6d0859613280 Mon Sep 17 00:00:00 2001 From: Guillaume Leroy Date: Sun, 23 Aug 2020 17:08:26 +0200 Subject: [PATCH] Fix typo in CI --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index def13e9..c187d31 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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