diff --git a/.github/workflows/Make.yml b/.github/workflows/Make.yml index c1ea4f2c3..0a95c2c2e 100644 --- a/.github/workflows/Make.yml +++ b/.github/workflows/Make.yml @@ -103,8 +103,8 @@ jobs: run: | PATH=~/bin:$PATH 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 uses: softprops/action-gh-release@v1 diff --git a/README.md b/README.md index b0b91f540..a7c77e1a8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## 更新说明 ``` = 2021/10/30 -- 优化文件打包上传方式,支持输出原始镜像 +- 优化文件打包上传方式,支持输出 OFRP、SHRP 的 ZIP ``` ```