Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

recovery.yml #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions .github/workflows/recovery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ on:
types: [started]

env:
MANIFEST: git://github.com/SKYHAWK-Recovery-Project/platform_manifest_twrp_omni.git -b android-9.0
DEVICE: rosy
DT_LINK: https://github.com/JamieHoSzeYui/android_recovery_xiaomi_rosy
DT_PATH: device/xiaomi/rosy
KERNEL_LINK: https://github.com/Pulkit077/kernel_xiaomi_rosy
KERNEL_PATH: kernel/xiaomi/rosy
MANIFEST: git://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni
DEVICE: j2corelte
DT_LINK: https://github.com/twrpdtgen/android_device_samsung_j2corelte
DT_PATH: device/samsung/j2corelte
TARGET: recoveryimage
TZ: Asia/Kolkata

Expand Down Expand Up @@ -62,9 +60,9 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: recoveryzip
path: work/out/target/product/*/*.zip
path: work/out/target/product/j2corelte/recovery.zip

- uses: actions/upload-artifact@v2
with:
name: recoveryimage
path: work/out/target/product/*/*.img
path: work/out/target/product/j2corelte/recovery.img