Skip to content

๐Ÿ—๏ธ Moved all models into responses package #61

๐Ÿ—๏ธ Moved all models into responses package

๐Ÿ—๏ธ Moved all models into responses package #61

Workflow file for this run

name: Build (Multiple Arch)
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
workflow_dispatch:
jobs:
build:
if: github.event_name == 'push' || github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run Make
run: make BUILD_TYPE=DEBUG
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: build_artifacts
path: build/*