|
|
@@ -101,8 +101,8 @@ jobs:
|
|
|
uses: softprops/action-gh-release@v1
|
|
|
with:
|
|
|
files: |
|
|
|
- workspace/${{ github.event.inputs.DEVICE_NAME }}/*.zip
|
|
|
- workspace/${{ github.event.inputs.DEVICE_NAME }}/recovery.img
|
|
|
+ workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/*.zip
|
|
|
+ workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/recovery.img
|
|
|
name: ${{ github.event.inputs.DEVICE_NAME }}-${{ github.run_id }}
|
|
|
tag_name: ${{ github.run_id }}
|
|
|
body: Recovery for ${{ github.event.inputs.DEVICE_NAME }}
|