Update build.yml

This commit is contained in:
2025-05-19 11:48:45 +09:00
committed by GitHub
parent 1328195c2b
commit b0cf39fe56

View File

@@ -25,7 +25,7 @@ jobs:
- name: Install jq
run: |
sudo apt update
sudo apt install -y jq
sudo apt install -y jq python3
- name: Add AppImage
run: |
@@ -43,7 +43,7 @@ jobs:
- name: Build
run: |
npm install pnpm
curl -fsSL https://get.pnpm.io/install.sh | sh -
pnpm build --platform linux
- name: Upload Build Artifacts