Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cubercsl committed Jul 27, 2024
1 parent ab0b3ac commit 649f974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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: |
make && make dist
make dist
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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ install: install-lua
install -vDm644 build/flypy* -t $(DESTDIR)$(RIME_DATA_DIR)/build

dist:
tar -czvf rime-flypy.tar.gz flypy*.yaml flypy/*.yaml build/flypy*
tar -czvf rime-flypy.tar.gz flypy*.yaml flypy/*.yaml lua/*.lua

clean:
rm -rf build/ > /dev/null 2>&1 || true
Expand Down

0 comments on commit 649f974

Please sign in to comment.