diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 255e9ea..2b0cae0 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -62,4 +62,4 @@ jobs: - name: cleanup build directories if: always() - run: find /www/hereconnect.condev.ru/ -maxdepth 1 -type d -name "build-${{env.GITHUB_SHA}}-*" -exec rm -rf {} + \ No newline at end of file + run: find /www/hereconnect.condev.ru/ -maxdepth 1 -type d -name "build-${{env.GITHUB_SHA}}-*" -print -exec rm -rf {} + \ No newline at end of file