diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 15e3a767..81c7474c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,7 +68,7 @@ jobs: - name: Zip theme files 🤐 run: | $compress = @{ - Path = "../themes/*.omp.json" + Path = "../themes/*.omp.*" CompressionLevel = "Fastest" DestinationPath = "./dist/themes.zip" }