Skip to content

Commit 41053c2

Browse files
committed
ci: upload cli docs artifact for release
The skills feature was removed in this PR but build.ts still emits bundled docs into packages/cli/docs/ (listed in package.json "files"). The Release job doesn't rebuild cli, so the docs need the same upload/download artifact roundtrip the old skills directory had.
1 parent 3021c69 commit 41053c2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,12 @@ jobs:
160160
path: ./packages/cli/dist
161161
if-no-files-found: error
162162

163-
- name: Upload cli skills (docs for agent integration)
163+
- name: Upload cli docs
164164
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
165165
if: ${{ matrix.settings.target == 'x86_64-unknown-linux-gnu' }}
166166
with:
167-
name: cli-skills
168-
path: ./packages/cli/skills
167+
name: cli-docs
168+
path: ./packages/cli/docs
169169
if-no-files-found: error
170170

171171
- name: Upload LICENSE files
@@ -210,11 +210,11 @@ jobs:
210210
pattern: cli
211211
merge-multiple: true
212212

213-
- name: Download cli skills
213+
- name: Download cli docs
214214
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
215215
with:
216-
path: packages/cli/skills
217-
pattern: cli-skills
216+
path: packages/cli/docs
217+
pattern: cli-docs
218218
merge-multiple: true
219219

220220
- name: Download cli binding

0 commit comments

Comments
 (0)