Update check-git-apply.yaml

This commit is contained in:
uazo
2022-01-14 15:37:43 +01:00
committed by GitHub
parent a5f6339d5e
commit 4dc6db7bcf
+4 -2
View File
@@ -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: |