Skip to content

ci: clone code into the runner #7

ci: clone code into the runner

ci: clone code into the runner #7

name: create-packages
on: [push]
jobs:
build-deb:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt install make ruby-rubygems -y
- run: sudo gem install --no-document fpm
- name: create a deb package
run: make build