配置(#35): 修复验收报告路径 (#26)

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
2026-06-12 02:03:43 -07:00
committed by GitHub
parent cfb253d96f
commit 39bd36b2f8
+4 -4
View File
@@ -21,10 +21,10 @@ concurrency:
env:
ACCEPTANCE_ARTIFACT_NAME: release-acceptance-${{ github.run_id }}-${{ github.run_attempt }}
ACCEPTANCE_REPORT_DIR: acceptance-artifacts
ACCEPTANCE_REPORT_PATH: acceptance-artifacts/acceptance-report.json
ACCEPTANCE_TEST_JSON: acceptance-artifacts/go-test.json
ACCEPTANCE_FAILURE_LOG: acceptance-artifacts/failure.log
ACCEPTANCE_REPORT_DIR: ${{ github.workspace }}/acceptance-artifacts
ACCEPTANCE_REPORT_PATH: ${{ github.workspace }}/acceptance-artifacts/acceptance-report.json
ACCEPTANCE_TEST_JSON: ${{ github.workspace }}/acceptance-artifacts/go-test.json
ACCEPTANCE_FAILURE_LOG: ${{ github.workspace }}/acceptance-artifacts/failure.log
ACCEPTANCE_NODE_SERVER_ID: ${{ vars.ACCEPTANCE_NODE_SERVER_ID || '31' }}
ACCEPTANCE_NODE_PROTOCOL: ${{ vars.ACCEPTANCE_NODE_PROTOCOL || 'trojan' }}