Repair file path (OFRP, SHRP are supported)
Repair file path (OFRP, SHRP are supported)
This commit is contained in:
parent
0b8021f0bf
commit
3db1cff345
4
.github/workflows/Make.yml
vendored
4
.github/workflows/Make.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user