File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 - name : Prepare assets for all architectures
109109 run : |
110110 # 创建架构特定的目录
111- mkdir -p assets-x86_64 /sgp
111+ mkdir -p assets-amd64 /sgp
112112 mkdir -p assets-arm64/sgp
113113 mkdir -p assets/vsix
114114
@@ -118,9 +118,9 @@ jobs:
118118 wget -O assets/vsix/monkeycode-${VERSION_NO_V}.vsix https://release.baizhi.cloud/monkeycode/vsixs/monkeycode-${VERSION_NO_V}.vsix
119119
120120 # 下载 x86_64 SGP
121- wget -O assets-x86_64 /sgp/sgp https://baizhiyun.oss-cn-hangzhou.aliyuncs.com/prod/sgp/x86_64/sgp
122- wget -O assets-x86_64 /sgp/sgp-rules https://baizhiyun.oss-cn-hangzhou.aliyuncs.com/prod/sgp/x86_64/sgp-rules
123- chmod +x assets-x86_64 /sgp/sgp
121+ wget -O assets-amd64 /sgp/sgp https://baizhiyun.oss-cn-hangzhou.aliyuncs.com/prod/sgp/x86_64/sgp
122+ wget -O assets-amd64 /sgp/sgp-rules https://baizhiyun.oss-cn-hangzhou.aliyuncs.com/prod/sgp/x86_64/sgp-rules
123+ chmod +x assets-amd64 /sgp/sgp
124124
125125 # 下载 aarch64 SGP
126126 wget -O assets-arm64/sgp/sgp https://baizhiyun.oss-cn-hangzhou.aliyuncs.com/prod/sgp/aarch64/sgp
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ FROM debian:bullseye-20250721-slim as binary
2626WORKDIR /app
2727
2828ARG TARGETARCH
29- COPY assets-${TARGETARCH}/sgp assets/sgp
29+ COPY assets-${TARGETARCH}/sgp ./ assets/sgp
3030
3131COPY --from=builder /out/main /app/main
3232
You can’t perform that action at this time.
0 commit comments