limit the png deleteion to windows releases

This commit is contained in:
Nova 2025-07-19 00:43:26 +03:30
parent cdc80f4dee
commit 69d8df8645

View File

@ -245,7 +245,7 @@ jobs:
source script/env_deploy.sh
find . -name artifacts.tgz | xargs -n1 tar xvzf
cd deployment
rm -rf *.png *.pdb */*.pdb */*.png
rm -rf *.pdb win*/*.pdb win*/*.png
####
bash ../script/pack_debian.sh ${{ github.event.inputs.tag }}
mv Throne.deb $version_standalone-debian-x64.deb