Skip to content

fixed typo

fixed typo #108

Workflow file for this run

name: Build debian package
on:
push:
branches:
- noble
# tags:
# - v.*
pull_request:
branches:
- noble
# tags:
# - v.*
schedule: #trigger for every friday at 5:30 UTC
- cron: '30 5 * * 5'
jobs:
build:
runs-on: ubuntu-24.04
steps:
- name: 'Checkout'
uses: actions/checkout@v3
- name: 'Install Dependencies'
run: sudo apt install -y dpkg-dev
- name: 'Build Debian Package'
run: cd debian && ./make_deb.sh
- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
with:
name: neobotix-tools.deb
path: debian/neobotix-tools.deb