Skip to content

ci: fix typo

ci: fix typo #3

name: create-packages
on: [push]
jobs:
build-deb:
runs-on: ubuntu-latest
steps:
- run: apt install make fpm
- name: create a deb package
run: make build