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

Revert "fix yml"

This reverts commit d129bd68d65a3b800add4b0199bab01fcf2d2402.
Shun Miyazawa 1 год назад
Родитель
Сommit
0fb0f76c92
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      .github/workflows/reusable-app-prod.yml

+ 2 - 1
.github/workflows/reusable-app-prod.yml

@@ -353,7 +353,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        project: [chromium, firefox, webkit, chromium/installer, chromium/guest-mode, firefox/guest-mode, webkit/guest-mode]
+        project: [chromium, firefox, webkit. chromium/installer, chromium/guest-mode, firefox/guest-mode, webkit/guest-mode]
         shard: [1/2, 2/2]
 
     services:
@@ -417,6 +417,7 @@ jobs:
         tar -xf ${{ needs.build-prod.outputs.PROD_FILES }}
 
     - name: Copy dotenv file for ci
+      if: ${{ matrix.project == 'chromium' || matrix.project == 'firefox' || matrix.project == 'webkit' }}
       working-directory: ./apps/app
       run: |
         cat config/ci/.env.local.for-ci >> .env.production.local