Просмотр исходного кода

ci: avoid github action ct log artifacts name clash

Zaiming (Stone) Shi 3 лет назад
Родитель
Сommit
9f346b44ee
1 измененных файлов с 2 добавлено и 2 удалено
  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
           if: failure()
           with:
-            name: logs-${{ matrix.profile }}-${{ matrix.prefix }}
+            name: logs-${{ matrix.profile }}-${{ matrix.prefix }}-${{ matrix.otp }}
             path: source/_build/test/logs
 
     ct:
@@ -213,7 +213,7 @@ jobs:
         - uses: actions/upload-artifact@v3
           if: failure()
           with:
-            name: logs-${{ matrix.profile }}-${{ matrix.prefix }}
+            name: logs-${{ matrix.profile }}-${{ matrix.prefix }}-${{ matrix.otp }}
             path: source/_build/test/logs
 
     make_cover: