Skip to content

Commit 299f70e

Browse files
authored
chore: remove debug builds before copying binaries to app branch (#3295)
1 parent 986260c commit 299f70e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/push-event.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,10 @@ jobs:
304304
305305
find . -maxdepth 1 -type f \( -name '*.apk' -o -name '*.aab' -o -name '*.exe' -o -name '*.deb' -o -name '*.rpm' -o -name '*.dmg' -o -name '*.zip' \) -delete
306306
307+
echo "Removing debug artifacts"
308+
309+
find ../artifacts -type f \( -name '*debug*' -o -name '*profile*' \) -delete
310+
307311
echo "Copying new artifacts"
308312
309313
find ../artifacts -type f \( \

0 commit comments

Comments
 (0)