ci: keep release package metadata

This commit is contained in:
Peter Steinberger
2026-05-02 09:23:29 +01:00
parent 99f1db33bf
commit b65946b044
4 changed files with 24 additions and 2 deletions

View File

@@ -303,7 +303,9 @@ jobs:
uses: actions/upload-artifact@v7
with:
name: release-package-under-test
path: .artifacts/docker-e2e-package/openclaw-current.tgz
path: |
.artifacts/docker-e2e-package/openclaw-current.tgz
.artifacts/docker-e2e-package/package-candidate.json
retention-days: 14
if-no-files-found: error