Skip to content

Embtom/feature/build #2

Embtom/feature/build

Embtom/feature/build #2

Workflow file for this run

name: ci-build
on:
push:
branches: [ embtom/main ]
pull_request:
branches: [ embtom/main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build Debian packages
uses: ./.github/actions/build-deb
with:
path: "."
- name: Get Debian version
id: changelog
uses: ./.github/actions/get-deb-version
with:
path: "."
- name: Show parsed version
run: echo Version=${{ steps.changelog.outputs.version }}