diff --git a/.github/workflows/build_linux.yml b/.github/workflows/build_linux.yml deleted file mode 100644 index e2c905c..0000000 --- a/.github/workflows/build_linux.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: Build/release - -on: push - -jobs: - release: - runs-on: ${{ matrix.os }} - - strategy: - matrix: - os: [ubuntu-latest] - - steps: - - name: Check out Git repository - uses: actions/checkout@v1 - - - name: Install Node.js, NPM and Yarn - uses: actions/setup-node@v3 - with: - node-version: 16 - - - name: Install OS Dependencies - run: sudo snap install snapcraft --classic - - - name: Install Node Dependencies - run: yarn install - - - name: Build Electron App - env: - GH_TOKEN: ${{ secrets.GH_TOKEN }} - run: yarn electron:build:publish -