mirror of
https://github.com/A-Star100/simpliplay-desktop.git
synced 2025-09-17 22:29:38 +00:00
Update build-macos.yml
This commit is contained in:
parent
a4bf0788aa
commit
44a1caa8cd
10
.github/workflows/build-macos.yml
vendored
10
.github/workflows/build-macos.yml
vendored
@ -18,21 +18,19 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
cache: 'npm'
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
working-directory: simpliplay
|
||||
|
||||
- name: Build macOS App (Universal)
|
||||
- name: Build macOS
|
||||
env:
|
||||
CSC_IDENTITY_AUTO_DISCOVERY: false
|
||||
run: |
|
||||
npx electron-builder --mac --x64 --arm64 --universal
|
||||
run: npx electron-builder --mac --x64 --arm64 --universal
|
||||
working-directory: simpliplay
|
||||
|
||||
- name: Upload macOS DMG Artifact
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: macOS-builds
|
||||
name: builds
|
||||
path: simpliplay/dist/*.dmg
|
||||
|
Loading…
Reference in New Issue
Block a user