From 69d8df8645305fa2ce12d5cface48d8bd542be10 Mon Sep 17 00:00:00 2001 From: Nova Date: Sat, 19 Jul 2025 00:43:26 +0330 Subject: [PATCH] limit the png deleteion to windows releases --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5bb2351..2a88541 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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