Skip to content

Commit

Permalink
Testing out repo path
Browse files Browse the repository at this point in the history
  • Loading branch information
kishore7snehil committed Oct 25, 2024
1 parent 195cc02 commit df5d137
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/rl-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,21 @@ jobs:
run: |
composer install --prefer-dist
- name: Build PHP Package
- name: List all files
shell: bash
run: |
zip -r auth0-php-package.zip src composer.json README.md LICENSE.txt
ls -la ${{ github.workspace }}
- name: List all files
shell: bash
run: |
ls -la ${{ github.workspace }}
- name: List files in current working directory (pwd)
run: |
echo "Current working directory: $(pwd)"
ls -la $(pwd)
- name: Get Artifact Version
id: get_version
run: |
Expand Down

0 comments on commit df5d137

Please sign in to comment.