Update build.yml

This commit is contained in:
2025-05-19 11:51:50 +09:00
committed by GitHub
parent b0cf39fe56
commit e4c04f4e34

View File

@@ -41,9 +41,11 @@ jobs:
with:
node-version: ${{ steps.nvm.outputs.NODE_VERSION }}
- name: Setup pnpm
uses: pnpm/action-setup@v4.1.0
- name: Build
run: |
curl -fsSL https://get.pnpm.io/install.sh | sh -
pnpm build --platform linux
- name: Upload Build Artifacts