mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -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 🤐
|
||||
run: |
|
||||
$compress = @{
|
||||
Path = "../themes/*.omp.json"
|
||||
Path = "../themes/*.omp.*"
|
||||
CompressionLevel = "Fastest"
|
||||
DestinationPath = "./dist/themes.zip"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue