mirror of
https://github.com/oneclickvirt/ecs.git
synced 2025-12-24 12:37:53 +08:00
fix:删除尾缀
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -256,7 +256,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: goecs-${{ matrix.name }}-${{ needs.prepare.outputs.version }}
|
||||
path: .build/*.tar.gz
|
||||
path: .build/*
|
||||
retention-days: 90
|
||||
if-no-files-found: error
|
||||
|
||||
@@ -265,7 +265,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: goecs-${{ matrix.name }}-${{ needs.prepare.outputs.version }}
|
||||
path: .build/*.exe
|
||||
path: .build/*
|
||||
retention-days: 90
|
||||
if-no-files-found: error
|
||||
|
||||
|
||||
Reference in New Issue
Block a user