fix:删除尾缀

This commit is contained in:
spiritlhl
2025-10-31 23:35:51 +08:00
parent f42f11776f
commit a14ad98235

View File

@@ -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