Skip to content

Commit d4c88b9

Browse files
committed
Auto publish
1 parent 2759f1e commit d4c88b9

File tree

4 files changed

+7
-47
lines changed

4 files changed

+7
-47
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# .github/workflows/ci.yml
21
name: Build & Release
32

43
on:
@@ -8,6 +7,7 @@ on:
87

98
permissions:
109
contents: write
10+
packages: write
1111

1212
env:
1313
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -27,20 +27,7 @@ jobs:
2727
- name: Install Linux dependencies
2828
run: |
2929
sudo apt-get update
30-
sudo apt-get install -y dpkg fakeroot fuse cmake libsdl2-dev
31-
npm install
30+
sudo apt-get install -y dpkg fakeroot jq npm bash fuse cmake libsdl2-dev
3231
33-
- name: Build
34-
run: npx electron-builder --config builder.yml --linux --publish=never
35-
36-
- name: Create Release
37-
uses: softprops/action-gh-release@v1
38-
with:
39-
name: Emulsion ${{ github.ref_name }}
40-
draft: false
41-
prerelease: false
42-
files: |
43-
dist/*.deb
44-
dist/*.AppImage
45-
dist/*.rpm
46-
generate_release_notes: true
32+
- name: Build and post-process Linux packages
33+
run: npm run build

.github/workflows/main.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.9.66",
3+
"version": "0.9.67",
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)