Browse Source

Update Make.yml

Xpsoted 4 years ago
parent
commit
02b6adda18
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/Make.yml

+ 1 - 0
.github/workflows/Make.yml

@@ -112,6 +112,7 @@ jobs:
         files: |
         files: |
           workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/*.zip
           workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/*.zip
           workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/recovery.img
           workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/recovery.img
+          workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/*.cpio
         name: ${{ github.event.inputs.DEVICE_NAME }}-${{ github.run_id }}
         name: ${{ github.event.inputs.DEVICE_NAME }}-${{ github.run_id }}
         tag_name: ${{ github.run_id }}
         tag_name: ${{ github.run_id }}
         body: Recovery for ${{ github.event.inputs.DEVICE_NAME }}
         body: Recovery for ${{ github.event.inputs.DEVICE_NAME }}