From 60983c1788f52896414735d5baf873451ebf8fb1 Mon Sep 17 00:00:00 2001 From: yuu <46545607+mouseos@users.noreply.github.com> Date: Thu, 23 May 2024 12:47:50 +0900 Subject: [PATCH] Update build_twrp.yml --- .github/workflows/build_twrp.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build_twrp.yml b/.github/workflows/build_twrp.yml index d0e7535..612cb36 100644 --- a/.github/workflows/build_twrp.yml +++ b/.github/workflows/build_twrp.yml @@ -39,10 +39,13 @@ jobs: # You might want to Checkout your repo first, but not mandatory - name: Check Out uses: actions/checkout@v3 + - name: Move files to workspace + run: mv ./* /home/runner/work/${{ github.repository }}/workspace - name: Check Dir run: | pwd ls -l + tree -L 3 exit 1 # Cleanup The Actions Workspace Using Custom Composite Run Actions - name: Cleanup