Update build.yml

This commit is contained in:
2025-05-19 14:04:57 +09:00
committed by GitHub
parent 8b723bafb7
commit 5f3ae66f75

View File

@@ -41,8 +41,7 @@ jobs:
- name: Modify package.json
run: |
cp package.json package.json.0
cat package.json.0 | jq '.build.linux.target = ["AppImage"]' > package.json.1
cat package.json.1 | jq '.build.appImage.publish = []' > package.json
cat package.json.0 | jq '.build.linux.target = ["AppImage"]' > package.json
- name: Read .nvmrc
run: echo "NODE_VERSION=$(cat .nvmrc)" >> $GITHUB_OUTPUT
@@ -59,7 +58,7 @@ jobs:
- name: Build
run: |
pnpm install
pnpm build
pnpm build-release
- name: Upload Build Artifacts
uses: actions/upload-artifact@v4.6.2