Kaynağa Gözat

ci: avoid github action ct log artifacts name clash

Zaiming (Stone) Shi 3 yıl önce
ebeveyn
işleme
9f346b44ee
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      .github/workflows/run_test_cases.yaml

+ 2 - 2
.github/workflows/run_test_cases.yaml

@@ -170,7 +170,7 @@ jobs:
         - uses: actions/upload-artifact@v3
         - uses: actions/upload-artifact@v3
           if: failure()
           if: failure()
           with:
           with:
-            name: logs-${{ matrix.profile }}-${{ matrix.prefix }}
+            name: logs-${{ matrix.profile }}-${{ matrix.prefix }}-${{ matrix.otp }}
             path: source/_build/test/logs
             path: source/_build/test/logs
 
 
     ct:
     ct:
@@ -213,7 +213,7 @@ jobs:
         - uses: actions/upload-artifact@v3
         - uses: actions/upload-artifact@v3
           if: failure()
           if: failure()
           with:
           with:
-            name: logs-${{ matrix.profile }}-${{ matrix.prefix }}
+            name: logs-${{ matrix.profile }}-${{ matrix.prefix }}-${{ matrix.otp }}
             path: source/_build/test/logs
             path: source/_build/test/logs
 
 
     make_cover:
     make_cover: