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 26cb01e commit 07a3a3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/parse-new-experience.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
run: |
node tools/prepare-experience.js
rm issue.json
apt update
apt install -y pngquant
sudo apt-get update
sudo apt-get install -y pngquant
for file in "experiences/${{ env.experience_name }}/screenshots/*.png"; do
pngquant --f "$file" -o "$file"
done
Expand Down Expand Up @@ -63,4 +63,4 @@ jobs:
[${{ env.test-manifest }}](${{ env.test-manifest }})
The Experience will be added to the Gallery after someone from the Any team reviews it.
The Experience will be added to the Gallery after someone from the Any team reviews it.

0 comments on commit 07a3a3f

Please sign in to comment.