diff --git a/.github/workflows/bundle-desktop-intel.yml b/.github/workflows/bundle-desktop-intel.yml index 78f08913f7..8309efd765 100644 --- a/.github/workflows/bundle-desktop-intel.yml +++ b/.github/workflows/bundle-desktop-intel.yml @@ -102,7 +102,7 @@ jobs: path: | ui/desktop/node_modules .hermit/node/cache - key: intel-pnpm-cache-v1-${{ runner.os }}-${{ hashFiles('ui/desktop/pnpm-lock.yaml') }} + key: intel-pnpm-cache-v1-${{ runner.os }}-${{ hashFiles('ui/pnpm-lock.yaml') }} restore-keys: | intel-pnpm-cache-v1-${{ runner.os }}- diff --git a/.github/workflows/bundle-desktop-linux.yml b/.github/workflows/bundle-desktop-linux.yml index 4925ff2d01..74345d3e2c 100644 --- a/.github/workflows/bundle-desktop-linux.yml +++ b/.github/workflows/bundle-desktop-linux.yml @@ -127,7 +127,7 @@ jobs: path: | ui/desktop/node_modules .hermit/node/cache - key: linux-pnpm-cache-v1-${{ runner.os }}-${{ hashFiles('ui/desktop/pnpm-lock.yaml') }} + key: linux-pnpm-cache-v1-${{ runner.os }}-${{ hashFiles('ui/pnpm-lock.yaml') }} restore-keys: | linux-pnpm-cache-v1-${{ runner.os }}- diff --git a/.github/workflows/bundle-desktop.yml b/.github/workflows/bundle-desktop.yml index 5bdc3f854d..1bde2fee2d 100644 --- a/.github/workflows/bundle-desktop.yml +++ b/.github/workflows/bundle-desktop.yml @@ -141,7 +141,7 @@ jobs: path: | ui/desktop/node_modules .hermit/node/cache - key: macos-pnpm-cache-v1-${{ runner.os }}-${{ hashFiles('ui/desktop/pnpm-lock.yaml') }} + key: macos-pnpm-cache-v1-${{ runner.os }}-${{ hashFiles('ui/pnpm-lock.yaml') }} restore-keys: | macos-pnpm-cache-v1-${{ runner.os }}- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1cdac07e97..f44d5ec538 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -147,7 +147,7 @@ jobs: # path: | # ui/desktop/node_modules # .hermit/node/cache - # key: ci-pnpm-cache-v1-${{ runner.os }}-${{ hashFiles('ui/desktop/pnpm-lock.yaml') }} + # key: ci-pnpm-cache-v1-${{ runner.os }}-${{ hashFiles('ui/pnpm-lock.yaml') }} # restore-keys: | # ci-pnpm-cache-v1-${{ runner.os }}- diff --git a/Justfile b/Justfile index b633560c60..d1d18acea1 100644 --- a/Justfile +++ b/Justfile @@ -345,7 +345,7 @@ prepare-release version: Cargo.toml \ Cargo.lock \ ui/desktop/package.json \ - ui/desktop/pnpm-lock.yaml \ + ui/pnpm-lock.yaml \ ui/desktop/openapi.json \ crates/goose/src/providers/canonical/data/canonical_models.json \ crates/goose/src/providers/canonical/data/provider_metadata.json