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
ce188a2234
commit
ce68dabbac
2 changed files with 3 additions and 3 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -145,8 +145,8 @@ jobs:
|
|||
|
||||
- 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
|
||||
mv release/mac-x64/latest-mac.yml release/mac-x64/latest-x64-mac.yml || true
|
||||
mv release/mac-arm64/latest-mac.yml release/mac-arm64/latest-arm64-mac.yml || true
|
||||
|
||||
# 最终创建 GitHub Release
|
||||
- name: Create GitHub Release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue