Skip to content

Commit

Permalink
Quote directory variable to support directories with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkak committed Aug 27, 2024
1 parent fae59c9 commit 3af76f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1248,7 +1248,7 @@ jobs:
fi
for directory in ./build-stats-*/; do
echo "Processing $directory"
cd $directory
cd "$directory"
tar -xvf build-stats.tgz
cd -
done
Expand Down

0 comments on commit 3af76f8

Please sign in to comment.