restore normal workflow

This commit is contained in:
Alexander Drozdov
2020-04-06 22:58:06 +03:00
parent 7a3454a62d
commit 4f8a6086b7
2 changed files with 17 additions and 21 deletions
+16 -20
View File
@@ -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
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "awakened-poe-trade",
"version": "0.17.0",
"version": "0.18.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",