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

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

@@ -70,9 +70,8 @@ jobs:
     - name: Archive production files
     - name: Archive production files
       id: archive-prod-files
       id: archive-prod-files
       run: |
       run: |
-        tar -zcf production.tar.gz \
+        tar -zcf production.tar.gz --exclude ./apps/app/.next/cache \
           package.json \
           package.json \
-          !apps/app/.next/cache \
           apps/app/.next \
           apps/app/.next \
           apps/app/config \
           apps/app/config \
           apps/app/dist \
           apps/app/dist \