Skip to content

Merge pull request #1 from Noobli95/main #13

Merge pull request #1 from Noobli95/main

Merge pull request #1 from Noobli95/main #13

Workflow file for this run

name: CI
on:
push:
branches:
- '*'
tags:
- '*'
pull_request:
branches:
- '*'
jobs:
build:
runs-on: windows-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- name: Get hash
shell: cmd
working-directory: ./
run: echo %GITHUB_SHA% > hash.inc
- name: Compile TS
run: npm run compileTs --if-present
- name: Prepare files
run: npm run prepFiles --if-present
- name: Run nw-builder
run: npm run build-main --if-present
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: R3_WSP
path: ./Build/r3-water-sample-puzzle/win64/