Skip to content

Update runAlternative.yml #65

Update runAlternative.yml

Update runAlternative.yml #65

Workflow file for this run

name: build
on:
push:
branches:
- main
paths-ignore:
- 'README.md'
pull_request:
branches:
- main
paths-ignore:
- 'README.md'
workflow_dispatch:
jobs:
build:
name: "Build on ${{ matrix.os }}"
strategy:
fail-fast: false
matrix:
os: [ macos-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
uses: 4d/build4d-action@main
- name: Build with project file path
uses: 4d/build4d-action@main
with:
project: "Project/tool4d-action-test.4DProject"