Skip to content

Commit

Permalink
upload basic build
Browse files Browse the repository at this point in the history
  • Loading branch information
massimocandela committed Dec 24, 2023
1 parent 725831c commit 3e70d1e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/debian.yml

This file was deleted.

20 changes: 20 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
run: |
npm install
npm run compile
npm run build
- name: Upload Artifact
uses: actions/upload-artifact@v3
Expand All @@ -43,6 +44,25 @@ jobs:
path: ~/.npm/_logs/*
retention-days: 14

build-debs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- 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
test:
name: Test
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3e70d1e

Please sign in to comment.