Skip to content

ci: test building a deb package #2

ci: test building a deb package

ci: test building a deb package #2

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

Check failure on line 7 in .github/workflows/create-packages.yml

View workflow run for this annotation

GitHub Actions / create-packages

Invalid workflow file

The workflow is not valid. .github/workflows/create-packages.yml (Line: 7, Col: 9): Unexpected value 'run apt install make fpm'
- name: create a deb package
run: make build