Skip to content

Commit

Permalink
Update Recovery-Builder-TWRP.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
carlodandan authored Oct 28, 2022
1 parent 4678ab1 commit 96ceb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Recovery-Builder-TWRP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
- name: Renaming into TWRP
run: |
cd out/target/product/${{ github.event.inputs.DEVICE_NAME }}
mv recovery.img ${{ github.event.inputs.MANIFEST_BRANCH }}-${{ github.event.inputs.DEVICE_NAME }}-${{ steps.today.outputs.date }}.img
mv ${{ github.event.inputs.BUILD_TARGET }}.img ${{ github.event.inputs.MANIFEST_BRANCH }}-${{ github.event.inputs.DEVICE_NAME }}-${{ steps.today.outputs.date }}.img
working-directory: ${{ steps.pwd.outputs.workdir }}

- name: Upload to Release
Expand Down

0 comments on commit 96ceb51

Please sign in to comment.