diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index 8fd8e88..2c57131 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -14,7 +14,8 @@ jobs: - name: Tgz directories run: | - for dir in ./src/*; do + cd src + for dir in ./*; do echo $dir if [ -d "$dir" ]; then pkgname=$(basename $dir)