mirror of
https://github.com/oneclickvirt/ecs.git
synced 2025-12-24 12:37:53 +08:00
fix:重构项目
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -93,7 +93,7 @@ jobs:
|
||||
- name: Download ECS binaries for embed
|
||||
run: |
|
||||
REPO="oneclickvirt/ecs"
|
||||
BINARIES_DIR="binaries"
|
||||
BINARIES_DIR="embedding/binaries"
|
||||
|
||||
mkdir -p "$BINARIES_DIR"
|
||||
|
||||
@@ -265,7 +265,7 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
REPO="oneclickvirt/ecs"
|
||||
BINARIES_DIR="binaries"
|
||||
BINARIES_DIR="embedding/binaries"
|
||||
TARGET_OS="${{ matrix.platform }}"
|
||||
TARGET_ARCH="${{ matrix.arch }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user