Upload
Upload
This commit is contained in:
parent
d85092228b
commit
2c0b9864ff
4
.github/workflows/Make.yml
vendored
4
.github/workflows/Make.yml
vendored
@ -103,8 +103,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
PATH=~/bin:$PATH
|
PATH=~/bin:$PATH
|
||||||
cd workspace
|
cd workspace
|
||||||
zip -r ./${{ github.event.inputs.DEVICE_NAME }}-Built.zip ./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 }}/*.img
|
||||||
|
|
||||||
- name: Upload to Release
|
- name: Upload to Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user