mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-18 20:50:09 +08:00
limit the png deleteion to windows releases
This commit is contained in:
parent
cdc80f4dee
commit
69d8df8645
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user