call task from pdm

remove build.ps1
This commit is contained in:
2025-02-13 16:47:20 +00:00
parent 9ee0dac610
commit cc0a1de07b
3 changed files with 4 additions and 25 deletions

View File

@@ -29,7 +29,7 @@ tasks:
- for:
matrix:
KIND: [basic, banana, potato]
cmd: '{{.SHELL}} -Command "Compress-Archive -Path dist/{{.ITEM.KIND}} -DestinationPath dist/{{.ITEM.KIND}}.zip"'
cmd: '{{.SHELL}} -Command "Compress-Archive -Path dist/{{.ITEM.KIND}} -DestinationPath dist/{{.ITEM.KIND}}.zip -Force"'
clean:
desc: Clean the project