Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 149facc

Browse files
committedOct 22, 2024··
Adding Specific Files To The Build
1 parent 502c0ce commit 149facc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/rl-scanner.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Build PHP Package
4646
shell: bash
4747
run: |
48-
zip -r auth0-php-package.zip
48+
zip -r symfony-package.zip src config examples composer.json README.md LICENSE.txt UPGRADING.md
4949
5050
- name: Get Artifact Version
5151
id: get_version
@@ -54,7 +54,7 @@ jobs:
5454
- name: Output build artifact
5555
id: output_build_artifact
5656
run: |
57-
echo "scanfile=$(ls auth0-php-package.zip)" >> $GITHUB_OUTPUT
57+
echo "scanfile=$(ls symfony-package.zip)" >> $GITHUB_OUTPUT
5858
5959
- name: Set up Python
6060
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)
Please sign in to comment.