Skip to content

Commit 173bdbf

Browse files
committed
All: build/builder.yml
1 parent 6e80ec7 commit 173bdbf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Build Linux packages
3333
run: |
34-
npx electron-builder --config builder.yml --linux --publish=never
34+
npx electron-builder --config build/builder.yml --linux --publish=never
3535
3636
- name: Rename AppImage to follow naming convention
3737
run: |
@@ -61,7 +61,7 @@ jobs:
6161

6262
- name: Build Windows package
6363
run: |
64-
npx electron-builder --config builder.yml --win nsis --x64
64+
npx electron-builder --config build/builder.yml --win nsis --x64
6565
6666
- name: Upload Windows artifacts
6767
uses: actions/upload-artifact@v4
@@ -87,7 +87,7 @@ jobs:
8787

8888
- name: Build macOS package
8989
run: |
90-
npx electron-builder --config builder.yml --mac dmg --x64
90+
npx electron-builder --config build/builder.yml --mac dmg --x64
9191
9292
- name: Upload macOS artifacts
9393
uses: actions/upload-artifact@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emulsion",
3-
"version": "0.10.7",
3+
"version": "0.10.8",
44
"summary": "Better gaming throught chemistry",
55
"description": "Display your games collection into responsive galleries, manage game metadata, cover art and emulator configuration. Launch your games in style.",
66
"homepage": "https://yphil.gitlab.io/emulsion",

0 commit comments

Comments
 (0)