From 39bd36b2f87f9fe6a993a3c848c4375f6f40bdcc Mon Sep 17 00:00:00 2001 From: shanshanzhong147 Date: Fri, 12 Jun 2026 02:03:43 -0700 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE(#35):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E9=AA=8C=E6=94=B6=E6=8A=A5=E5=91=8A=E8=B7=AF=E5=BE=84=20(#26)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: multica-agent --- .github/workflows/release-acceptance.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-acceptance.yml b/.github/workflows/release-acceptance.yml index 1573863..ec4a3ce 100644 --- a/.github/workflows/release-acceptance.yml +++ b/.github/workflows/release-acceptance.yml @@ -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' }}