Skip to content

Commit

Permalink
Include build target in output
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainThrowback authored Feb 17, 2024
1 parent aac44f8 commit b793e36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Recovery Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ jobs:
uses: softprops/action-gh-release@4634c16e79c963813287e889244c50009e7f0981
with:
files: |
workspace/out/target/product/${{ steps.devicename.outputs.device }}/${{ inputs.BUILD_TARGET }}.img
workspace/out/target/product/${{ steps.devicename.outputs.device }}/*${{ steps.devicename.outputs.device }}*
workspace/out/target/product/${{ steps.devicename.outputs.device }}/obj/PACKAGING/vendor_ramdisk_fragments_intermediates/recovery.*
workspace/out/target/product/${{ steps.devicename.outputs.device }}/ramdisk-recovery.*
Expand Down

0 comments on commit b793e36

Please sign in to comment.