Skip to content

Commit 74a58f6

Browse files
committed
move queries folder instead of .cache folder now that we got .qlx
1 parent ed2dd87 commit 74a58f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ql-for-ql-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
tools: ${{ steps.find-latest-bundle.outputs.url }}
146146
- name: Move pack cache
147147
run: |
148-
cp -r ${PACK}/.cache ql/ql/src/.cache
148+
cp -r ${PACK}/queries ql/ql/src
149149
env:
150150
PACK: ${{ runner.temp }}/pack
151151

0 commit comments

Comments
 (0)