azwhikaru/Action-TWRP-Builder

the collected recovery is not loaded

Closed this issue · 3 comments

изображение
After a successful build of vendorboot or recovery, nothing loads on my github, most likely the problem is in the env in the Recovery Build.yml, however, nothing loads
Recovery Build.yml:

    - name: Upload to Release
      uses: softprops/action-gh-release@v1
      with:
        files: workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/${{ github.event.inputs.BUILD_TARGET }}.img
        name: ${{ github.event.inputs.DEVICE_NAME }}-${{ github.run_id }}
        tag_name: ${{ github.run_id }}
        body: |
          Manifest: ${{ github.event.inputs.MANIFEST_BRANCH }}
          Device: ${{ github.event.inputs.DEVICE_NAME }}
          Target: ${{ github.event.inputs.BUILD_TARGET }}.img
      env:
        GITHUB_TOKEN: ${{ secrets.TEST.TEST }}

изображение

In addition to the previous one, the line message GITHUB_TOKEN: ${{ secrets.TEST }} also did not work

my device tree https://github.com/NeonzDump/twrp_xiaomi_rock

Your tree is for boot.img, why are building vendorboot or recovery? Build boot.