mirror of
https://github.com/A-Star100/simpliplay-desktop.git
synced 2025-09-17 22:29:38 +00:00
Update build-simpliplay.yml
This commit is contained in:
parent
f251d3343c
commit
c3cbfa9a8e
7
.github/workflows/build-simpliplay.yml
vendored
7
.github/workflows/build-simpliplay.yml
vendored
@ -22,8 +22,9 @@ jobs:
|
||||
node-version: 22
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
working-directory: simpliplay
|
||||
run: |
|
||||
cd simpliplay
|
||||
npm install
|
||||
|
||||
- name: Install extra tools
|
||||
run: brew install wine-stable || true
|
||||
@ -32,11 +33,11 @@ jobs:
|
||||
env:
|
||||
CSC_IDENTITY_AUTO_DISCOVERY: false
|
||||
run: |
|
||||
cd simpliplay
|
||||
npx electron-builder \
|
||||
--mac --x64 --arm64 --universal \
|
||||
--linux --x64 --arm64 \
|
||||
--win --x64 --arm64
|
||||
working-directory: simpliplay
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
|
Loading…
Reference in New Issue
Block a user