mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
parent
5b2ba33b98
commit
5c3a7685c9
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -68,7 +68,7 @@ jobs:
|
||||||
- name: Zip theme files 🤐
|
- name: Zip theme files 🤐
|
||||||
run: |
|
run: |
|
||||||
$compress = @{
|
$compress = @{
|
||||||
Path = "../themes/*.omp.json"
|
Path = "../themes/*.omp.*"
|
||||||
CompressionLevel = "Fastest"
|
CompressionLevel = "Fastest"
|
||||||
DestinationPath = "./dist/themes.zip"
|
DestinationPath = "./dist/themes.zip"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue