Skip to content

Commit

Permalink
Fix broken path
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal committed Sep 9, 2024
1 parent 6810159 commit bc07b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rl-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc07b15

Please sign in to comment.