Skip to content

Commit

Permalink
Upload
Browse files Browse the repository at this point in the history
Upload
  • Loading branch information
azwhikaru committed Oct 30, 2021
1 parent d850922 commit 2c0b986
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
## 更新说明
```
= 2021/10/30
- 优化文件打包上传方式,支持输出原始镜像
- 优化文件打包上传方式,支持输出 OFRP、SHRP 的 ZIP
```

```
Expand Down

0 comments on commit 2c0b986

Please sign in to comment.