From 3db1cff3452bdcad3d4e1b668ea7909ad6c27ec6 Mon Sep 17 00:00:00 2001 From: Aizawa Hikaru <37921907+azwhikaru@users.noreply.github.com> Date: Sat, 30 Oct 2021 14:08:36 +0800 Subject: [PATCH] Repair file path (OFRP, SHRP are supported) Repair file path (OFRP, SHRP are supported) --- .github/workflows/Make.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Make.yml b/.github/workflows/Make.yml index 837cf18..af58290 100644 --- a/.github/workflows/Make.yml +++ b/.github/workflows/Make.yml @@ -79,7 +79,6 @@ jobs: PATH=~/bin:$PATH cd workspace repo sync -j$(nproc --all) -f --force-sync - ls -al - name: Clone device run: | @@ -101,7 +100,8 @@ jobs: run: | PATH=~/bin:$PATH cd workspace - zip ./${{ github.event.inputs.DEVICE_NAME }}-Built.zip ./out/target/product/*.zip + tree ./out/target/product/${{ github.event.inputs.DEVICE_NAME }} + zip ./${{ github.event.inputs.DEVICE_NAME }}-Built.zip ./out/target/product/${{ github.event.inputs.DEVICE_NAME }}/*.zip zip -m ./${{ github.event.inputs.DEVICE_NAME }}-Built.zip ./out/target/product/${{ github.event.inputs.DEVICE_NAME }}/recovery.img - name: Upload to Release