From fab9b3de4793590bbeb2374a67ad45f412f999cd Mon Sep 17 00:00:00 2001 From: Alexander Drozdov Date: Mon, 6 Apr 2020 21:57:49 +0300 Subject: [PATCH] overwrite --- .github/workflows/main.yml | 32 ++++++++++++++++---------------- package.json | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5ef96dc9..5a343489 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,22 +17,22 @@ jobs: - name: Hash run: type .\dist_electron\latest.yml - linux: - runs-on: ubuntu-18.04 - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v1 - with: - node-version: 12 - - run: | - sudo apt-get update - sudo apt-get install -y libxtst-dev libpng++-dev - - run: yarn --frozen-lockfile - - run: yarn electron:publish - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Hash - run: cat ./dist_electron/latest-linux.yml + # linux: + # runs-on: ubuntu-18.04 + # steps: + # - uses: actions/checkout@v2 + # - uses: actions/setup-node@v1 + # with: + # node-version: 12 + # - run: | + # sudo apt-get update + # sudo apt-get install -y libxtst-dev libpng++-dev + # - run: yarn --frozen-lockfile + # - run: yarn electron:publish + # env: + # GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # - name: Hash + # run: cat ./dist_electron/latest-linux.yml # darwin: # runs-on: macos-10.15 diff --git a/package.json b/package.json index c4a381d2..3664158a 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "build": "vue-cli-service build", "lint": "vue-cli-service lint", "electron:build": "vue-cli-service electron:build", - "electron:publish": "vue-cli-service electron:build -p onTagOrDraft", + "electron:publish": "vue-cli-service electron:build -p always", "electron:serve": "vue-cli-service electron:serve", "electron:generate-icons": "electron-icon-builder --input=./public/icon.png --output=build --flatten", "postinstall": "patch-package && electron-builder install-app-deps",