Skip to content

Commit

Permalink
Update build_twrp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseos authored May 23, 2024
1 parent 3d04d8b commit 60983c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_twrp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60983c1

Please sign in to comment.