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