Skip to content

Commit

Permalink
Fix missing wubi98-large and update modules
Browse files Browse the repository at this point in the history
  • Loading branch information
berberman committed Jul 27, 2024
1 parent fb244da commit 5061dcf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,10 @@ jobs:
- name: Build
run: |
export LANG=C.UTF-8
runghc ./Main.hs -j everything
runghc ./Main.hs -j build
- uses: "marvinpinto/action-automatic-releases@latest"
- uses: "softprops/action-gh-release@v2"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Development Build"
files: |
build/*.zip
5 changes: 3 additions & 2 deletions Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ extraTableNames =
"t9",
"wubi98",
"wubi98-pinyin",
"wubi98-single"
"wubi98-single",
"wubi98-large"
]

otherTableNames :: [String]
Expand Down Expand Up @@ -73,7 +74,7 @@ main = shakeArgs
forM_ otherTableNames $ tableIMRule "fcitx5-table-other"
"fcitx5-table-extra" ~> need [outputDir </> name <.> "zip" | name <- extraTableNames]
"fcitx5-table-other" ~> need [outputDir </> takeBaseName name <.> "zip" | name <- otherTableNames]
"everything" ~> need ["fcitx5-table-extra", "fcitx5-table-other"]
"build" ~> need ["fcitx5-table-extra", "fcitx5-table-other"]
"clean" ~> do
removeFilesAfter outputDir ["//*"]

Expand Down
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5061dcf

Please sign in to comment.