From 27b96e38c4e0dcd9f76071738594d0b3a14a93ee Mon Sep 17 00:00:00 2001 From: Tanya Sinha Date: Thu, 31 Oct 2024 13:01:45 +0530 Subject: [PATCH] Add RL Integration Name Update (#151) --- .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 19c9222..72667f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: uses: ./.github/workflows/rl-secure.yml with: java-version: 8 - artifact-name: "mvc-auth-commons.jar" + artifact-name: "auth0-java-mvc-common.tgz" secrets: RLSECURE_LICENSE: ${{ secrets.RLSECURE_LICENSE }} RLSECURE_SITE_KEY: ${{ secrets.RLSECURE_SITE_KEY }}