mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 03:39:26 +00:00
Update electron build
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -25,13 +25,13 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
build-command: npm run dist:linux
|
build-command: electron-builder --linux AppImage
|
||||||
artifact-name: electron-linux
|
artifact-name: electron-linux
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
build-command: npm run dist:win
|
build-command: electron-builder --win nsis
|
||||||
artifact-name: electron-windows
|
artifact-name: electron-windows
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
build-command: npm run dist:mac
|
build-command: electron-builder --mac
|
||||||
artifact-name: electron-macos
|
artifact-name: electron-macos
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user