diff --git a/.github/workflows/rl-scanner.yml b/.github/workflows/rl-scanner.yml index 8f0a9c69..4415d835 100644 --- a/.github/workflows/rl-scanner.yml +++ b/.github/workflows/rl-scanner.yml @@ -45,7 +45,7 @@ jobs: - name: Output build artifact id: output_build_artifact run: | - echo "scanfile=$(pwd)/build/libs/auth0-0.0.1-SNAPSHOT.jar" >> $GITHUB_OUTPUT + echo "scanfile=$(pwd)/auth0-0.0.1-SNAPSHOT.jar" >> $GITHUB_OUTPUT - name: Set up Python uses: actions/setup-python@v4