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
b17c25a9a8
commit
f251d3343c
9
.github/workflows/build-simpliplay.yml
vendored
9
.github/workflows/build-simpliplay.yml
vendored
@ -13,6 +13,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
path: simpliplay
|
||||||
|
|
||||||
- name: Set up Node.js
|
- name: Set up Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
@ -21,10 +23,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
|
working-directory: simpliplay
|
||||||
|
|
||||||
- name: Install extra tools
|
- name: Install extra tools
|
||||||
run: |
|
run: brew install wine-stable || true
|
||||||
brew install wine-stable || true
|
|
||||||
|
|
||||||
- name: Build Electron App
|
- name: Build Electron App
|
||||||
env:
|
env:
|
||||||
@ -34,9 +36,10 @@ jobs:
|
|||||||
--mac --x64 --arm64 --universal \
|
--mac --x64 --arm64 --universal \
|
||||||
--linux --x64 --arm64 \
|
--linux --x64 --arm64 \
|
||||||
--win --x64 --arm64
|
--win --x64 --arm64
|
||||||
|
working-directory: simpliplay
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: builds
|
name: builds
|
||||||
path: dist/
|
path: simpliplay/dist/
|
||||||
|
Loading…
Reference in New Issue
Block a user