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 authored and bschuhmann committed Nov 16, 2024
1 parent 2556238 commit a4221b0
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 a4221b0

Please sign in to comment.