We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 502c0ce commit 149faccCopy full SHA for 149facc
.github/workflows/rl-scanner.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Build PHP Package
46
shell: bash
47
run: |
48
- zip -r auth0-php-package.zip
+ zip -r symfony-package.zip src config examples composer.json README.md LICENSE.txt UPGRADING.md
49
50
- name: Get Artifact Version
51
id: get_version
@@ -54,7 +54,7 @@ jobs:
54
- name: Output build artifact
55
id: output_build_artifact
56
57
- echo "scanfile=$(ls auth0-php-package.zip)" >> $GITHUB_OUTPUT
+ echo "scanfile=$(ls symfony-package.zip)" >> $GITHUB_OUTPUT
58
59
- name: Set up Python
60
uses: actions/setup-python@v4
0 commit comments