From 4f8a6086b77bb7ee907b1017b02f24ff6dba9bf0 Mon Sep 17 00:00:00 2001 From: Alexander Drozdov Date: Mon, 6 Apr 2020 22:58:06 +0300 Subject: [PATCH] restore normal workflow --- .github/workflows/main.yml | 36 ++++++++++++++++-------------------- package.json | 2 +- 2 files changed, 17 insertions(+), 21 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 271d9d9c..5ef96dc9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,27 +16,23 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Hash run: type .\dist_electron\latest.yml - - uses: actions/upload-artifact@v1 - with: - name: binary-assets - path: dist_electron - # 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 b0a12b73..c4a381d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "awakened-poe-trade", - "version": "0.17.0", + "version": "0.18.0", "private": true, "scripts": { "serve": "vue-cli-service serve",