Skip to content

Commit 63e856e

Browse files
committed
CI debug: 0.9.82
1 parent 50ad8b9 commit 63e856e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
curl -L -o appimagetool-x86_64.AppImage https://github.com/AppImage/AppImageKit/releases/latest/download/appimagetool-x86_64.AppImage
3333
chmod +x appimagetool-x86_64.AppImage
3434
chmod +x build.sh
35-
source build.sh
3635
37-
- name: Build
36+
- name: Build Linux packages
3837
run: |
38+
ls -la
3939
source build.sh
4040
4141
- name: Create Release

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ doAppImage() {
5151
../bin/appimagetool-x86_64.AppImage squashfs-root "$pkg"
5252
else
5353
# We are in GitLab CI/CD
54+
echo "In the repo: $(ls -la ../)"
5455
echo "Using local ../appimagetool-x86_64.AppImage"
5556
../appimagetool-x86_64.AppImage squashfs-root "$pkg"
5657
fi

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