Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 1af7eb7

Browse files
committed
Fix cache-dependency-path
1 parent a2f6e2a commit 1af7eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-openapi-spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
node-version: "lts/*"
2323
cache: "npm"
24-
cache-dependency-path: "./api/core/package-lock.json"
24+
cache-dependency-path: "./api/src/core/package-lock.json"
2525
- name: Install TypeSpec and compile project
2626
run: |
2727
cd ./api/src/core/

0 commit comments

Comments
 (0)