Skip to content

Commit

Permalink
Adding Specific Files To The Build
Browse files Browse the repository at this point in the history
  • Loading branch information
kishore7snehil committed Oct 22, 2024
1 parent 502c0ce commit 149facc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rl-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Build PHP Package
shell: bash
run: |
zip -r auth0-php-package.zip
zip -r symfony-package.zip src config examples composer.json README.md LICENSE.txt UPGRADING.md
- name: Get Artifact Version
id: get_version
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Output build artifact
id: output_build_artifact
run: |
echo "scanfile=$(ls auth0-php-package.zip)" >> $GITHUB_OUTPUT
echo "scanfile=$(ls symfony-package.zip)" >> $GITHUB_OUTPUT
- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 149facc

Please sign in to comment.