fix(release): require postpublish evidence artifact

This commit is contained in:
Vincent Koc
2026-06-23 14:53:14 +08:00
committed by GitHub
parent e0d7776fff
commit 78a8caef38
2 changed files with 9 additions and 2 deletions

View File

@@ -1466,9 +1466,9 @@ jobs:
fi
- name: Upload postpublish evidence
if: ${{ always() }}
if: ${{ always() && inputs.publish_openclaw_npm }}
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
with:
name: openclaw-release-postpublish-evidence-${{ inputs.tag }}
path: ${{ runner.temp }}/openclaw-release-postpublish-evidence
if-no-files-found: ignore
if-no-files-found: error