Skip to content

Commit 3c91da8

Browse files
committed
fix: Update theme ids
1 parent 8cedfee commit 3c91da8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ jobs:
7676
out="${folder%/}"
7777
7878
# get theme name
79-
theme_name=$(jq -r '.id' "$folder"metadata.json)
79+
theme_id=$(jq -r '.id' "$folder"metadata.json)
8080
8181
echo "Zipping folder: $folder"
8282
zip -r "$out.zip" "$folder" || echo "Failed to zip $folder"
83-
mv "$out.zip" ../build/$theme_name.zip || echo "Failed to move $folder.zip to build"
83+
mv "$out.zip" ../build/$theme_id.zip || echo "Failed to move $folder.zip to build"
8484
done
8585
8686
- name: List built plugins

0 commit comments

Comments
 (0)