Skip to content

chore: bump actions/upload-artifact from 4.3.6 to 4.4.0 (#127) #149

chore: bump actions/upload-artifact from 4.3.6 to 4.4.0 (#127)

chore: bump actions/upload-artifact from 4.3.6 to 4.4.0 (#127) #149

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/checkout@v4.1.7
- name: Configure Project
uses: threeal/cmake-action@v2.0.0
with:
run-build: false
- name: Install Project
run: cmake --install build --prefix install
- name: Upload Project as Artifact
uses: actions/upload-artifact@v4.4.0
with:
path: install