Skip to content

Commit 3b8e880

Browse files
committed
v1.0.0.5
1 parent e8797d7 commit 3b8e880

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,11 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313

14-
- name: Build and Pack
15-
run: |
16-
# 假设这里是你的打包命令,打包后的文件会放在 out/OIAPI.zip
17-
./build.sh # 替换为你的实际打包命令
18-
1914
- name: Up Load Artifact
2015
uses: actions/upload-artifact@v4
2116
with:
2217
name: OIAPI
23-
path: out/OIAPI.zip # 确保上传的路径是打包后的文件路径
18+
path: src/ # 确保上传的路径是打包后的文件路径
2419

2520
- name: Extract version from commit message
2621
id: extract_version

0 commit comments

Comments
 (0)