mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-02 13:40:15 +00:00
edit build config
This commit is contained in:
parent
931c178dcf
commit
4ca60865c7
1 changed files with 5 additions and 0 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
|
@ -123,6 +123,11 @@ jobs:
|
|||
mv temp-win-x64/* release/win-x64/ || true
|
||||
fi
|
||||
|
||||
- name: Rename duplicate files
|
||||
run: |
|
||||
mv release/mac-x64/latest-mac.yml release/mac-x64/latest-mac-x64.yml || true
|
||||
mv release/mac-arm64/latest-mac.yml release/mac-arm64/latest-mac-arm64.yml || true
|
||||
|
||||
# 最终创建 GitHub Release
|
||||
- name: Create GitHub Release
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue