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

+ 1 - 2
.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,7 +417,6 @@ 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