Update build.yml

This commit is contained in:
2025-05-19 13:34:44 +09:00
committed by GitHub
parent 99db0ef536
commit 817c6140f3

View File

@@ -58,7 +58,7 @@ jobs:
- name: Build
run: |
pnpm install
pnpm build
pnpm build --publish=never
- name: Upload Build Artifacts
uses: actions/upload-artifact@v4.6.2