Skip to content

Commit

Permalink
fix: Update theme ids
Browse files Browse the repository at this point in the history
  • Loading branch information
shdwmtr committed Dec 10, 2024
1 parent 8cedfee commit 3c91da8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ jobs:
out="${folder%/}"
# get theme name
theme_name=$(jq -r '.id' "$folder"metadata.json)
theme_id=$(jq -r '.id' "$folder"metadata.json)
echo "Zipping folder: $folder"
zip -r "$out.zip" "$folder" || echo "Failed to zip $folder"
mv "$out.zip" ../build/$theme_name.zip || echo "Failed to move $folder.zip to build"
mv "$out.zip" ../build/$theme_id.zip || echo "Failed to move $folder.zip to build"
done
- name: List built plugins
Expand Down

0 comments on commit 3c91da8

Please sign in to comment.