Build and attach deb package

This commit is contained in:
Mbucari 2023-01-10 18:44:29 -07:00 committed by Mbucari
parent 09118b1ddf
commit d64fb081a0
5 changed files with 61 additions and 3 deletions

View file

@ -15,6 +15,10 @@ on:
description: 'Skip running unit tests'
required: false
default: true
outputs:
version:
description: "The Libation version number"
value: ${{ jobs.build.outputs.version }}
env:
DOTNET_CONFIGURATION: 'Release'
@ -23,6 +27,8 @@ env:
jobs:
build:
runs-on: ubuntu-latest
outputs:
version: ${{ steps.get_version.outputs.version }}
strategy:
matrix:
os: [Linux, MacOS]