Skip to content

Fixing deb file install path #37

Fixing deb file install path

Fixing deb file install path #37

Workflow file for this run

name: Build Only
on:
workflow_dispatch: {}
push:
branches: [ master ]
paths-ignore:
- '**.md'
pull_request:
branches: [ master ]
paths-ignore:
- '**.md'
env:
ver_num: "1.0.${{ github.run_number }}"
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run Make
run: "VERSION=${{ env.ver_num }} make"