Skip to content

Commit 0a5fb5a

Browse files
committed
Fix cache key
1 parent da44571 commit 0a5fb5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-kanto-auto-deployer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
workspaces: |
4848
src/rust/kanto-auto-deployer/ -> target
49-
src/rust/kantui/ -> target
49+
src/rust/kanto-tui/ -> target
5050
- name: Build binary
5151
run: |
5252
cd src/rust/kanto-auto-deployer

.github/workflows/build-kantui.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
workspaces: |
4848
src/rust/kanto-auto-deployer/ -> target
49-
src/rust/kantui/ -> target
49+
src/rust/kanto-tui/ -> target
5050
- name: Build binary
5151
run: |
5252
cd src/rust/kanto-tui

0 commit comments

Comments
 (0)