Browse Source

Merge branch 'azwhikaru:main' into main

Franklin Kelechi 3 years ago
parent
commit
93d049a894
2 changed files with 7 additions and 1 deletions
  1. 3 1
      .github/workflows/Recovery Build.yml
  2. 4 0
      README.md

+ 3 - 1
.github/workflows/Recovery Build.yml

@@ -154,7 +154,9 @@ jobs:
     - name: Upload to Release
       uses: softprops/action-gh-release@v1
       with:
-        files: workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/${{ github.event.inputs.BUILD_TARGET }}.img
+        files: | 
+          workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/${{ github.event.inputs.BUILD_TARGET }}.img
+          workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/*.zip
         name: ${{ github.event.inputs.DEVICE_NAME }}-${{ github.run_id }}
         tag_name: ${{ github.run_id }}
         body: |

+ 4 - 0
README.md

@@ -8,6 +8,10 @@
 
 ---
 
+## I can't help you with Device Tree problems! Issues that do not indicate script errors will be closed!
+
+---
+
 ## Thanks to
 - All contributors