chore: extend kilocode_change marker to cover path: /tmp change on download-artifact

This commit is contained in:
kiloconnect[bot]
2026-04-29 11:51:21 +00:00
parent 8a46a9f33f
commit f4216cb13e
+2 -2
View File
@@ -134,12 +134,12 @@ jobs:
- name: Install @vscode/vsce
run: bun install -g @vscode/vsce
# kilocode_change start - download into /tmp and extract the tar.zst packed by build-cli
- uses: actions/download-artifact@v4
with:
name: kilo-cli
path: /tmp
# kilocode_change start - extract the tar.zst packed by build-cli
- name: Unpack CLI dist
run: |
mkdir -p packages/opencode/dist
@@ -332,12 +332,12 @@ jobs:
kilo-maintainer-app-secret: ${{ secrets.KILO_MAINTAINER_APP_SECRET }}
# kilocode_change end
# kilocode_change start - download into /tmp and extract the tar.zst packed by build-cli
- uses: actions/download-artifact@v4
with:
name: kilo-cli
path: /tmp
# kilocode_change start - extract the tar.zst packed by build-cli
- name: Unpack CLI dist
run: |
mkdir -p packages/opencode/dist