debug(ci): force Pack+upload to run regardless of previous step

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-11 17:24:32 +00:00
parent 2aad6e5863
commit 8d49b4f389
+1 -1
View File
@@ -292,7 +292,7 @@ jobs:
if ($code -ne 0) { exit $code }
- name: Pack + upload publish.tar.gz
if: success()
if: always() # debug: force-run even if previous step is marked failed
shell: powershell
env:
REG_USER: ${{ secrets.REGISTRY_USER }}