Skip to content

Commit

Permalink
generic release action
Browse files Browse the repository at this point in the history
  • Loading branch information
massimocandela committed Dec 24, 2023
1 parent e770a26 commit 71065da
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/debian.yml → .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,14 @@ jobs:
build-debs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: jtdor/build-deb-action@v1
- 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:
Expand All @@ -20,4 +26,5 @@ jobs:
prerelease: true
files: |
LICENSE
bin/*
debian/artifacts/*.deb

0 comments on commit 71065da

Please sign in to comment.