Skip to content

Commit

Permalink
publish dev files for plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj committed Aug 12, 2024
1 parent d0a3a56 commit 7f50009
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
DESTDIR=$(pwd)/build/sysroot cmake --install build/wasmfrontend
cmake --build build
tar chjvf fcitx5-js.tar.bz2 preview
cd build/sysroot/usr && tar cjvf ../../../fcitx5-js-dev.tar.bz2 include lib
- name: Setup tmate session
if: ${{ failure() }}
Expand All @@ -64,3 +65,4 @@ jobs:
title: "Nightly Build"
files: |
fcitx5-js.tar.bz2
fcitx5-js-dev.tar.bz2

0 comments on commit 7f50009

Please sign in to comment.