Upload
This commit is contained in:
Aizawa Hikaru 2021-10-30 12:42:29 +08:00
parent d85092228b
commit 2c0b9864ff
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -7,7 +7,7 @@
## 更新说明 ## 更新说明
``` ```
= 2021/10/30 = 2021/10/30
- 优化文件打包上传方式,支持输出原始镜像 - 优化文件打包上传方式,支持输出 OFRP、SHRP 的 ZIP
``` ```
``` ```