From 247eda7c59e72ea6e02576783b860706eddb9ae0 Mon Sep 17 00:00:00 2001 From: smartfridge <37928912+smartfrigde@users.noreply.github.com> Date: Wed, 30 Jun 2021 21:16:05 +0200 Subject: [PATCH] Linux Build test --- .github/workflows/build.yml | 2 +- package.json | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7b296b7..b812e22 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: skip_build: true # If the commit is tagged with a version (e.g. "v1.0.0"), # release the app after building - release: ${{ startsWith(github.ref, 'refs/tags/v') }} + # release: ${{ startsWith(github.ref, 'refs/tags/v') }} disabled for now as it caused problems - name: Archive production builds uses: actions/upload-artifact@v2 with: diff --git a/package.json b/package.json index 06c06c6..2330462 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,13 @@ "productName": "ArmCord", "mac": { "category": "Internet" + }, + "linux": { + "target": [ + "deb", + "tar.gz", + "rpm", + "AppImage"] } }, "bugs": {