Skip to content

Commit 061f48a

Browse files
authored
fix(workflows): fix checkly rules artifact collection path [ship] (#1217)
1 parent 1df465c commit 061f48a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
name: llm-rules-prerelease
6565
if-no-files-found: error
66-
path: packages/cli/dist/rules/*
66+
path: packages/cli/dist/ai-context/*
6767
# Slack failure alert
6868
- name: Slack Failure Notification
6969
if: ${{ failure() }}
@@ -127,7 +127,7 @@ jobs:
127127
with:
128128
name: llm-rules-release
129129
if-no-files-found: error
130-
path: packages/cli/dist/rules/*
130+
path: packages/cli/dist/ai-context/*
131131
# Slack failure alert
132132
- name: Slack Failure Notification
133133
if: ${{ failure() }}

0 commit comments

Comments
 (0)