Skip to content

SKA-578: apply naming convention (#55) #8

SKA-578: apply naming convention (#55)

SKA-578: apply naming convention (#55) #8

name: 'Linux Release Build'
on:
push:
tags:
- "v*.*.*"
jobs:
linux-release:
name: Build SIL Kit Adapter vcan for Release configuration
environment: public-github-runners
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
- name: Build
uses: ./.github/actions/build-cmake-preset
with:
preset-name: linux-release
cmake-args: "-D PACKAGE_FILENAME_SUFFIX=-${{ github.ref_name }}-ubuntu-20.04-x86_64-gcc"
- name: Release
uses: softprops/action-gh-release@v1
with:
prerelease: true
draft: true
files: |
_build/linux-release/SilKit-Adapter*.zip