Skip to content

generic release action #1

generic release action

generic release action #1

Workflow file for this run

on:
push:
tags:
- 'v*'
jobs:
build-debs:
runs-on: ubuntu-latest
steps:
- name: Build basic
run: npm run build
- name: Check out code
uses: actions/checkout@v3
- name: Build debian
uses: jtdor/build-deb-action@v1
env:
DEB_BUILD_OPTIONS: noautodbgsym
with:
buildpackage-opts: --build=binary --no-sign
extra-build-deps: git
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: true
files: |
LICENSE
bin/*
debian/artifacts/*.deb