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 f7ed286 commit 7c49682
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_twrp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
uses: actions/checkout@v3
- name: Move files to workspace
run: |
mkdir workspace
ls | grep -v workspace | xargs -I{} mv {} workspace
mkdir -p workspace/${{ github.event.inputs.DEVICE_PATH }}
ls | grep -v workspace | xargs -I{} mv {} workspace/${{ github.event.inputs.DEVICE_PATH }}
# Cleanup The Actions Workspace Using Custom Composite Run Actions
- name: Cleanup
Expand Down

0 comments on commit 7c49682

Please sign in to comment.