Skip to content

Commit

Permalink
cd before tar
Browse files Browse the repository at this point in the history
  • Loading branch information
vanosg committed Jan 17, 2024
1 parent f8d49b3 commit d4419a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d4419a0

Please sign in to comment.