Skip to content

set workflow version to v4, no idea what I'm doing :D #69

set workflow version to v4, no idea what I'm doing :D

set workflow version to v4, no idea what I'm doing :D #69

Workflow file for this run

name: Build Linux
on: [push,pull_request]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Build
run: |
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release .. && cmake --build .
- name: GH Release 🚀
# You may pin to the exact commit or the version.
uses: actions/upload-artifact@v4
with:
name: LinuxRelease
path: build/bin