mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-30 17:14:40 +08:00
chore: extend kilocode_change marker to cover path: /tmp change on download-artifact
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user