Skip to content

Commit

Permalink
chore: RIME_PLUGINS uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
fxliang committed Feb 7, 2024
1 parent 0a2d85c commit 9a7466f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Build librime
if: ${{ startsWith(github.ref, 'refs/tags/') && success() }}
env:
rime_plugins: hchunhui/librime-lua lotem/librime-octagram rime/librime-predict
RIME_PLUGINS: hchunhui/librime-lua lotem/librime-octagram rime/librime-predict
run: |
# load plugins
pushd librime
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Build librime
if: ${{ startsWith(github.ref, 'refs/tags/') && success() }}
env:
rime_plugins: hchunhui/librime-lua lotem/librime-octagram rime/librime-predict
RIME_PLUGINS: hchunhui/librime-lua lotem/librime-octagram rime/librime-predict
run: |
# load plugins
pushd librime
Expand Down

0 comments on commit 9a7466f

Please sign in to comment.