From 8c1f4d53a44db1af60bd42a2ff71bfc02dc97675 Mon Sep 17 00:00:00 2001 From: Ignatella Date: Sun, 16 Jun 2024 13:26:35 +0200 Subject: [PATCH] F --- .github/workflows/tui.publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tui.publish.yml b/.github/workflows/tui.publish.yml index 2cb6390..602e356 100644 --- a/.github/workflows/tui.publish.yml +++ b/.github/workflows/tui.publish.yml @@ -35,7 +35,7 @@ jobs: with: node-version: lts/* cache: 'yarn' # Set this to npm, yarn or pnpm. - cache-dependency-path: './tui/**' + cache-dependency-path: './tui/yarn.lock' - name: install Rust stable uses: dtolnay/rust-toolchain@stable