Skip to content

Commit

Permalink
See the directory
Browse files Browse the repository at this point in the history
  • Loading branch information
konraddysput committed Jan 31, 2024
1 parent 173037b commit a07f21e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ jobs:
- name: set a correct package path
run: |
mkdir ./package
cp -r ./. ./package/
pwd
folderName=$(echo "${PWD##*/}")
rsync -r "$GITHUB_WORKSPACE" "package"
ls -F "package/$folderName"
find ./package
# Test
- name: Run tests
Expand Down

0 comments on commit a07f21e

Please sign in to comment.