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
dc73404011
commit
931c178dcf
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
|
@ -67,7 +67,10 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: release-${{ matrix.os }}-${{ matrix.arch }}
|
||||
path: release/
|
||||
path: |
|
||||
release/*
|
||||
!release/builder-debug.yml
|
||||
!release/builder-effective-config.yaml
|
||||
retention-days: 5
|
||||
merge-release:
|
||||
needs: build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue