Skip to content

Merge pull request #79 from Radware/dev-v1.1.2 #14

Merge pull request #79 from Radware/dev-v1.1.2

Merge pull request #79 from Radware/dev-v1.1.2 #14

Workflow file for this run

name: FlowRunner Build
on:
push:
branches: [ "main", "master" ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# We have removed 'ubuntu-latest' to only build for macOS and Windows
os: [macos-latest, windows-latest]
steps:
- name: Check out git repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Build application
run: npm run dist -- --publish never
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}-build
path: dist/