From 2f978937c78e535a13c707a6184076ad40ccb0ad Mon Sep 17 00:00:00 2001 From: kuari Date: Wed, 18 May 2022 13:41:31 +0800 Subject: [PATCH] delete linux workflows file --- .github/workflows/build_linux.yml | 32 ------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .github/workflows/build_linux.yml 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 -