Skip to content

Update build.yml

Update build.yml #2

Workflow file for this run

on: push
jobs:
maven:
runs-on: ubuntu-latest
steps:
- name: Setup JDK
uses: actions/[email protected]
with:
java-version: 21
distribution: adopt
- name: Checkout
uses: actions/[email protected]
- name: Clone dvbinspector repo
run: git clone --depth 1 https://github.com/EricBerendsen/dvbinspector
- name: Build dvbinspector
run: |
cd dvbinspector
mvn install
cd ..
- name: Build EPG reader
run: mvn package
- name: Upload build artifact
uses: actions/[email protected]
with:
name: ts-epg-reader
path: target/ts*.jar