Skip to content

Allow Section to Accept Name as Multiple Values #223

Allow Section to Accept Name as Multiple Values

Allow Section to Accept Name as Multiple Values #223

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
build-project:
name: Build Project
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Configure Project
uses: threeal/[email protected]
- name: Install Project
run: cmake --install build --prefix install
- name: Upload Project as Artifact
uses: actions/[email protected]
with:
path: install