Skip to content

Commit

Permalink
trying compress to tar
Browse files Browse the repository at this point in the history
  • Loading branch information
bm0x authored Jun 12, 2022
1 parent 1e18f04 commit b4d81dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4d81dd

Please sign in to comment.