From 4dc6db7bcf8ca1dc57581268e1db40e0ac57fb79 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Fri, 14 Jan 2022 15:37:43 +0100 Subject: [PATCH] Update check-git-apply.yaml --- .github/workflows/check-git-apply.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-git-apply.yaml b/.github/workflows/check-git-apply.yaml index 93e57b90..de833a45 100644 --- a/.github/workflows/check-git-apply.yaml +++ b/.github/workflows/check-git-apply.yaml @@ -63,11 +63,13 @@ jobs: - name: Export patches run: | export HOME=$(pwd) - cd ~/chromium/src + cd ~/chromium/src bash ~/bromite-buildtools/export-all-patch.sh + + cd ~/bromite mv build/patches-new/* build/patches - rm -rf ~/bromite/build/patches-new/ + rm -rf build/patches-new/ - name: Export patches run: |