electron-userland/electron-builder issue 7050

This commit is contained in:
cutls
2022-10-10 23:44:27 +09:00
parent a4f7f8dfd8
commit 8fcead947d
3 changed files with 10 additions and 8 deletions

View File

@@ -28,7 +28,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: cd app && yarn
- run: cd app && yarn build:all
- run: cd app && yarn build --skipX64 --withArm64
- name: Deploy to S3
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}