Skip to content

Commit 07ebed8

Browse files
committed
fix: missing deps
1 parent dd2d2b0 commit 07ebed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Pack Files
3434
run: |
3535
rm -rf temp && mkdir -p temp/Lib/librime-ahk && mkdir -p temp/Rime
36-
cp Lib/librime-ahk/rime_api.ahk Lib/librime-ahk/LICENSE temp/Lib/librime-ahk/
36+
cp Lib/librime-ahk/rime_api.ahk Lib/librime-ahk/rime_levers_api.ahk Lib/librime-ahk/LICENSE temp/Lib/librime-ahk/
3737
cp Lib/*.ahk temp/Lib/
3838
cp -r SharedSupport temp/
3939
cp dist/lib/rime.dll Rabbit.ahk Rabbit.exe Rabbit.ico RabbitDeployer.ahk LICENSE temp/

0 commit comments

Comments
 (0)