From bcf214b504f351739cf8837e04cfd1ade3f87c90 Mon Sep 17 00:00:00 2001 From: Mo Date: Sun, 12 Jun 2022 09:56:09 -0500 Subject: [PATCH] chore: desktop workflow --- .github/workflows/desktop.release.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/desktop.release.yml b/.github/workflows/desktop.release.yml index 6b2d06134..e0645d22c 100644 --- a/.github/workflows/desktop.release.yml +++ b/.github/workflows/desktop.release.yml @@ -4,22 +4,9 @@ on: workflow_dispatch: jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Set up Ruby - uses: ruby/setup-ruby@v1 - - uses: actions/setup-node@v2 - with: - registry-url: 'https://registry.npmjs.org' - - run: yarn install - - run: yarn build:web:all - Mac: if: true == false runs-on: macos-latest - needs: build defaults: run: working-directory: packages/desktop @@ -47,7 +34,6 @@ jobs: Linux: if: true == false runs-on: ubuntu-latest - needs: build defaults: run: working-directory: packages/desktop @@ -110,7 +96,6 @@ jobs: Windows: runs-on: windows-latest - needs: build defaults: run: working-directory: packages/desktop