From 61aeed110961594003e8aa846e41bea3af56f28b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=BDan=20Pukmajster?= <45610204+pukmajster@users.noreply.github.com> Date: Thu, 17 Oct 2024 01:17:51 +0200 Subject: [PATCH] add build and release workflow action --- .github/workflows/release.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 399a81e..7654bac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,3 @@ -# Shoutout to https://github.com/marketplace/actions/electron-builder-action - name: Build and release on: @@ -52,10 +50,9 @@ jobs: - name: Install dependencies run: npm ci - name: Build - run: npm run build:win - shell: pwsh + run: npm run build:linux - name: Upload artifacts uses: actions/upload-artifact@v4 with: - name: exe + name: AppImage path: ./dist/funky.*.AppImage