mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-09-21 04:05:48 +00:00
restore normal workflow
This commit is contained in:
+16
-20
@@ -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
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "awakened-poe-trade",
|
||||
"version": "0.17.0",
|
||||
"version": "0.18.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
|
||||
Reference in New Issue
Block a user