Explorar el Código

Repair file path (OFRP, SHRP are supported)

Repair file path (OFRP, SHRP are supported)
Aizawa Hikaru hace 4 años
padre
commit
3db1cff345
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .github/workflows/Make.yml

+ 2 - 2
.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