diff --git a/.github/workflows/publish-af.yml b/.github/workflows/publish-af.yml index fa204e5c..538dbe69 100644 --- a/.github/workflows/publish-af.yml +++ b/.github/workflows/publish-af.yml @@ -17,7 +17,7 @@ jobs: uses: ./.github/workflows/rl-scanner.yml with: flutter: '3.x' - artifact-name: 'flutter-auth0-package.zip' + artifact-name: 'auth0-flutter-af.zip' secrets: RLSECURE_LICENSE: ${{ secrets.RLSECURE_LICENSE }} RLSECURE_SITE_KEY: ${{ secrets.RLSECURE_SITE_KEY }} diff --git a/.github/workflows/publish-afpi.yml b/.github/workflows/publish-afpi.yml index 471cd051..1bf1b467 100644 --- a/.github/workflows/publish-afpi.yml +++ b/.github/workflows/publish-afpi.yml @@ -17,7 +17,7 @@ jobs: uses: ./.github/workflows/rl-scanner.yml with: flutter: '3.x' - artifact-name: 'flutter-auth0-package.zip' + artifact-name: 'auth0-flutter-afpi.zip' secrets: RLSECURE_LICENSE: ${{ secrets.RLSECURE_LICENSE }} RLSECURE_SITE_KEY: ${{ secrets.RLSECURE_SITE_KEY }}