diff --git a/.github/workflows/compiler.yml b/.github/workflows/compiler.yml index 1187f1c..64ccb38 100644 --- a/.github/workflows/compiler.yml +++ b/.github/workflows/compiler.yml @@ -110,6 +110,7 @@ jobs: lunch ${{ github.event.inputs.LIBRARY_NAME }}_${{ github.event.inputs.DEVICE_NAME }}-eng make clean && make clobber mka adbd recoveryimage -j$(nproc --all) + tar -cvf recovery.tar ./out/target/product/r8q/recovery.img - name: Upload to Release uses: softprops/action-gh-release@v1