diff --git a/.github/workflows/Make.yml b/.github/workflows/Make.yml index fa79f74c9..5f15b287a 100644 --- a/.github/workflows/Make.yml +++ b/.github/workflows/Make.yml @@ -101,8 +101,8 @@ jobs: uses: softprops/action-gh-release@v1 with: files: | - workspace/${{ github.event.inputs.DEVICE_NAME }}/*.zip - workspace/${{ github.event.inputs.DEVICE_NAME }}/recovery.img + workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/*.zip + workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/recovery.img name: ${{ github.event.inputs.DEVICE_NAME }}-${{ github.run_id }} tag_name: ${{ github.run_id }} body: Recovery for ${{ github.event.inputs.DEVICE_NAME }}