Skip to content

Update build.yml

Update build.yml #28

Workflow file for this run

name: Build
on:
push:
paths:
- '**.4dm'
pull_request:
paths:
- '**.4dm'
workflow_dispatch:
jobs:
build:
name: "Build on ${{ matrix.os }}"
strategy:
fail-fast: false
matrix:
os: [ macOS,Windows ]
runs-on: ${{ matrix.os }}
steps:

Check failure on line 19 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 19
- name: Checkout
uses: actions/checkout@v4
- name: Build
uses: 4d/build4d-action@main
with:
product-line: vcs
version: vcs
build: official
token: ${{ secrets.DLTK }}