From 82a328c5127bb460219747742a168e7793582d9b Mon Sep 17 00:00:00 2001 From: watchakorn-18k Date: Sun, 24 Nov 2024 14:20:58 +0700 Subject: [PATCH] fix : github action file --- .github/workflows/publish.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a244109..f6dffda 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -38,12 +38,15 @@ jobs: run: pwd && ls - name: Build with Next.js using Bun 🏗️ - run: pwd && bun run build + run: bun run build + + - name : Check Path + run: pwd && ls -a - name: Upload artifact 📡 uses: actions/upload-pages-artifact@v3 with: - path: ./build + path: ./out deploy: environment: