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

ci: remove undefined matrix from artifact name

Zaiming (Stone) Shi 3 лет назад
Родитель
Сommit
1c8a9079b9
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      .github/workflows/run_test_cases.yaml

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

@@ -167,7 +167,7 @@ jobs:
         - uses: actions/upload-artifact@v3
         - uses: actions/upload-artifact@v3
           if: failure()
           if: failure()
           with:
           with:
-            name: logs-${{ matrix.profile }}-${{ matrix.app[0] }}-${{ matrix.app[1] }}
+            name: logs-${{ matrix.app[0] }}-${{ matrix.app[1] }}
             path: source/_build/test/logs
             path: source/_build/test/logs
 
 
     ct:
     ct:
@@ -209,7 +209,7 @@ jobs:
         - uses: actions/upload-artifact@v3
         - uses: actions/upload-artifact@v3
           if: failure()
           if: failure()
           with:
           with:
-            name: logs-${{ matrix.profile }}-${{ matrix.app[0] }}-${{ matrix.app[1] }}
+            name: logs-${{ matrix.app[0] }}-${{ matrix.app[1] }}
             path: source/_build/test/logs
             path: source/_build/test/logs
 
 
     make_cover:
     make_cover: