This is an automated email from the ASF dual-hosted git repository.

maruilei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git


The following commit(s) were added to refs/heads/master by this push:
     new e7d97f57 [AURON #1454] Fix redundant hyphen in log filename 
construction (#1455)
e7d97f57 is described below

commit e7d97f572b00dd5f790b2d1f893620c3dafa32e0
Author: Ruilei Ma <[email protected]>
AuthorDate: Thu Oct 16 10:22:28 2025 +0800

    [AURON #1454] Fix redundant hyphen in log filename construction (#1455)
---
 .github/workflows/tpcds-reusable.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/tpcds-reusable.yml 
b/.github/workflows/tpcds-reusable.yml
index 055c3db0..fc039fda 100644
--- a/.github/workflows/tpcds-reusable.yml
+++ b/.github/workflows/tpcds-reusable.yml
@@ -394,7 +394,7 @@ jobs:
         uses: actions/upload-artifact@v4
         with:
           name: >
-            rss-log-${{ inputs.celebornver && format('-{0}', 
inputs.celebornver) || '' 
+            rss-log${{ inputs.celebornver && format('-{0}', 
inputs.celebornver) || '' 
             }}${{ inputs.unifflever && format('-{0}', inputs.unifflever) || '' 
}}
           path: |
             /tmp/rss/logs/*

Reply via email to