Skip to content

Commit

Permalink
CI: fix library deb package
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed May 28, 2024
1 parent e5cd958 commit 487d8ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
export Qt6_DIR=/usr/lib/`uname -a`-linux-gnu/cmake/Qt6
./build_debpackage.sh
cp ../lunarcalendar_*.deb .
cp ../lunarcalendar-dev*.deb .
- name: Update artifact for application
if: ${{ matrix.BUILD_TYPE == 'Release' }}
Expand All @@ -109,3 +110,4 @@ jobs:
name: ${{ env.artifact_name }}
path: |
${{github.workspace}}/lunarcalendar_*.deb
${{github.workspace}}/lunarcalendar-dev*.deb
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- v1.0.5
- 修复自动化编译打包没有打包库deb文件错误

- v1.0.4
- 使用 [RabbitCommon v2.2.1](https://github.com/KangLin/RabbitCommon/releases/tag/v2.2.1)
- 删除 vcpkg.json 中 baseline
Expand Down

0 comments on commit 487d8ed

Please sign in to comment.