Skip to content

Commit 74d5d9b

Browse files
committed
[NRL-793] Fix cache restore in perms pipeline
1 parent 4c2ad3f commit 74d5d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-lambda-permissions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
uses: actions/cache/restore@v4
186186
with:
187187
key: ${{ github.run_id }}-pulled-lambda-artifacts
188-
path: ./dist
188+
path: dist/*.zip
189189
fail-on-cache-miss: true
190190

191191
- name: Restore NRLF permissions cache

0 commit comments

Comments
 (0)