mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
fix(landlock-run): publish under deepseek scope
This commit is contained in:
6
.github/workflows/landlock-run-release.yml
vendored
6
.github/workflows/landlock-run-release.yml
vendored
@@ -1,4 +1,4 @@
|
||||
# Build and publish the node-addon-landlock-run package family from the
|
||||
# Build and publish the @deepseek-ai/node-addon-landlock-run package family from the
|
||||
# harness source of record. Rehearsal and publication consume the same packed
|
||||
# tarballs; each native binary is built on its matching architecture.
|
||||
name: Landlock Run Release
|
||||
@@ -58,7 +58,7 @@ jobs:
|
||||
cache-dependency-path: pnpm-lock.yaml
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install --filter node-addon-landlock-run-workspace... --frozen-lockfile
|
||||
run: pnpm install --filter @deepseek-ai/node-addon-landlock-run-workspace... --frozen-lockfile
|
||||
|
||||
- name: Install musl toolchain
|
||||
run: |
|
||||
@@ -97,7 +97,7 @@ jobs:
|
||||
cache-dependency-path: pnpm-lock.yaml
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install --filter node-addon-landlock-run-workspace... --frozen-lockfile
|
||||
run: pnpm install --filter @deepseek-ai/node-addon-landlock-run-workspace... --frozen-lockfile
|
||||
|
||||
- name: Build TypeScript
|
||||
run: pnpm build:ts
|
||||
|
||||
4
.github/workflows/landlock-run.yml
vendored
4
.github/workflows/landlock-run.yml
vendored
@@ -73,7 +73,7 @@ jobs:
|
||||
cache-dependency-path: pnpm-lock.yaml
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install --filter node-addon-landlock-run-workspace... --frozen-lockfile
|
||||
run: pnpm install --filter @deepseek-ai/node-addon-landlock-run-workspace... --frozen-lockfile
|
||||
|
||||
- name: Install musl toolchain
|
||||
run: |
|
||||
@@ -124,7 +124,7 @@ jobs:
|
||||
cache-dependency-path: pnpm-lock.yaml
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install --filter node-addon-landlock-run-workspace... --frozen-lockfile
|
||||
run: pnpm install --filter @deepseek-ai/node-addon-landlock-run-workspace... --frozen-lockfile
|
||||
|
||||
- name: Build TypeScript
|
||||
run: pnpm build:ts
|
||||
|
||||
Reference in New Issue
Block a user