Skip to content

Commit

Permalink
Update parse-new-experience.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fuksman authored Dec 23, 2023
1 parent 38f3334 commit f7eaa89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/parse-new-experience.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
rm issue.json
sudo apt-get update
sudo apt-get install -y pngquant
for file in "experiences/${{ env.experience_name }}/screenshots/*.png"; do
for file in experiences/"${{ env.experience_name }}"/screenshots/*.png; do
pngquant -f "$file" -o "$file"
done
file_size=$(stat -c %s "experiences/${{ env.experience_name }}/${{ env.experience_name }}.zip")
Expand Down

0 comments on commit f7eaa89

Please sign in to comment.