Also release zip
This commit is contained in:
parent
3e47365133
commit
f97ccb9df5
4
.github/workflows/Recovery Build.yml
vendored
4
.github/workflows/Recovery Build.yml
vendored
@ -154,7 +154,9 @@ jobs:
|
|||||||
- name: Upload to Release
|
- name: Upload to Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
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 }}
|
name: ${{ github.event.inputs.DEVICE_NAME }}-${{ github.run_id }}
|
||||||
tag_name: ${{ github.run_id }}
|
tag_name: ${{ github.run_id }}
|
||||||
body: |
|
body: |
|
||||||
|
Loading…
Reference in New Issue
Block a user