Skip to content

Commit

Permalink
ci: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
cubercsl committed Dec 5, 2023
1 parent d1a568e commit 1edec2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fcitx5-table.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
sudo apt-get install -y make python3 libime-bin
- name: Build
run: |
tar -zcvf rime-flypy.tar.gz flypy*.yaml lua/*.lua rime.lua flypy_{sys,top,user}.txt flypy_full/flypy_full.txt
tar -zcvf rime-flypy.tar.gz flypy*.yaml lua/*.lua flypy_{sys,top,user}.txt flypy_full/flypy_full.txt
make -C fcitx5
tar -C fcitx5 -zcvf fcitx5-table-flypy.tar.gz flypy.{conf,dict,txt}
cd fcitx5 && zip ../fcitx5-table-flypy.zip flypy.{conf,dict,txt}
Expand Down

0 comments on commit 1edec2a

Please sign in to comment.