File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1+ * @ jqssun
Original file line number Diff line number Diff line change 2828
2929 - name : Set
3030 run : |
31- echo "ZIP=$(find android/lineage/out/target/product/virtio_arm64only/VirtualMachine/UTM/ -name UTM-VM*.zip)" >> $GITHUB_ENV
32- echo "BOOT=$(find android/lineage/out/target/product/virtio_arm64only/ -name boot.img)" >> $GITHUB_ENV
33- echo "RECOVERY=$(find android/lineage/out/target/product/virtio_arm64only/ -name recovery.img)" >> $GITHUB_ENV
31+ echo "UTM=$(find android/lineage/out/target/product/virtio_arm64only/VirtualMachine/UTM/ -name UTM-VM*.zip)" >> $GITHUB_ENV
32+ echo "ZIP=$(find android/lineage/out/target/product/virtio_arm64only/ -name *ota.zip)" >> $GITHUB_ENV
33+ echo "BOOT=$(find android/lineage/out/target/product/virtio_arm64only/boot.img)" >> $GITHUB_ENV
34+ echo "RECOVERY=$(find android/lineage/out/target/product/virtio_arm64only/recovery.img)" >> $GITHUB_ENV
3435
3536 - name : Publish
3637 uses : softprops/action-gh-release@v2
3940 name : v${{ env.VERSION }}
4041 tag_name : v${{ env.VERSION }}
4142 files : |
43+ recovery-userdebug.img
44+ ${{ env.UTM }}
4245 ${{ env.ZIP }}
4346 ${{ env.BOOT }}
4447 ${{ env.RECOVERY }}
Original file line number Diff line number Diff line change @@ -24,5 +24,9 @@ sed -i 's/-$(LINEAGE_BUILDTYPE)/-jqssun/g' vendor/lineage/config/version.mk
2424
2525source build/envsetup.sh
2626export AB_OTA_UPDATER=false
27+
28+ breakfast virtio_arm64only userdebug
29+ m recoveryimage
30+ mv out/target/product/virtio_arm64only/recovery.img ../../recovery-userdebug.img
2731breakfast virtio_arm64only user # breakfast virtio_arm64only
28- m vm-utm-zip
32+ m vm-utm-zip otapackage
You can’t perform that action at this time.
0 commit comments