Skip to content

Commit

Permalink
fixup! 添加 GitHub Actions 配置文件
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-soft committed Dec 22, 2024
1 parent 9560a7d commit 148b85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
lcui build
- name: Package
run: |
xmake install -o artifact/build
xmake install -o artifact/build kantu
mkdir artifact/package
cp -r dist artifact/package/kantu
cp artifact/build/bin/* artifact/package/kantu
Expand Down

0 comments on commit 148b85c

Please sign in to comment.