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' }}