diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f3ffd33..26f6b5f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -58,6 +58,11 @@ jobs: cp -r .next/static/* .next/standalone/.next/static/ cp Dockerfile .next/standalone/Dockerfile + - name: 🔍 Debug - List Build Files + run: | + echo "=======================" + ls -la .next/standalone + - name: Upload production build artifact uses: actions/upload-artifact@v3 with: