Skip to content

Commit

Permalink
Modify change log
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Feb 23, 2024
1 parent 9aeed5a commit a443cd7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ jobs:
cmake --build . --config ${{ matrix.BUILD_TYPE }} --target install
7z a SerialPortAssistant_${{env.SerialPortAssistant_VERSION}}_qt${{matrix.qt_version}}_macos.zip install/.
- name: test run
if: ${{ matrix.BUILD_TYPE == 'Release' }}
working-directory: ${{github.workspace}}/build
run: |
./install/bin/SerialPortAssistant
- name: Update configure file
if: ${{ matrix.BUILD_TYPE == 'Release' }}
working-directory: ${{github.workspace}}/build
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
+ Version: v0.5.21
- Fix deploy.sh bug
- CI: copy openssl dll

+ Version: v0.5.20
- Modify deploy.sh

Expand Down
4 changes: 4 additions & 0 deletions ChangeLog_zh_CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
+ 版本: v0.5.21
- 修复 deploy.sh 错误
- 修复复制 openssl 库错误

+ 版本: v0.5.20
- 修改 deploy.sh

Expand Down

0 comments on commit a443cd7

Please sign in to comment.