Aizawa Hikaru 4 rokov pred
rodič
commit
2c0b9864ff
2 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  1. 2 2
      .github/workflows/Make.yml
  2. 1 1
      README.md

+ 2 - 2
.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

+ 1 - 1
README.md

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