Skip to content

Commit

Permalink
Update Recovery Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wings110 authored Jan 18, 2025
1 parent df9a6b2 commit 55f2dd7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/Recovery Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,11 @@ jobs:
lunch ${{ github.event.inputs.MAKEFILE_NAME }}-eng && make clean && make ${{ github.event.inputs.BUILD_TARGET }}image -j$(nproc --all)
working-directory: ${{ steps.pwd.outputs.workspace-folder }}

- name: Compress recovery.img to ZIP
run: |
zip -j workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/recovery_${{ github.event.inputs.DEVICE_NAME }}.zip \
workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/recovery.img
- name: Upload to Release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit 55f2dd7

Please sign in to comment.