fix(release): zip all themes

closes #2389
This commit is contained in:
Jan De Dobbeleer 2022-06-06 15:46:10 +02:00 committed by Jan De Dobbeleer
parent 5b2ba33b98
commit 5c3a7685c9

View file

@ -68,7 +68,7 @@ jobs:
- name: Zip theme files 🤐
run: |
$compress = @{
Path = "../themes/*.omp.json"
Path = "../themes/*.omp.*"
CompressionLevel = "Fastest"
DestinationPath = "./dist/themes.zip"
}