Create dashboardBuild.yml

This commit is contained in:
GHOSCHT 2020-08-02 10:12:24 +02:00 committed by GitHub
parent c4e3660299
commit 663a7ba979
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

32
.github/workflows/dashboardBuild.yml vendored Normal file
View file

@ -0,0 +1,32 @@
name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: windows-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn --network-timeout 1000000000
- name: Package for Windows
run: yarn pack:win
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2
with:
name: Winx64_executable
path: dist/win-unpacked