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