1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00
This commit is contained in:
Massimo Candela
2023-12-24 16:44:31 +01:00
parent 7a5a146930
commit 725831c542
2 changed files with 1 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ jobs:
build-debs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: jtdor/build-deb-action@v1
env:
DEB_BUILD_OPTIONS: noautodbgsym

View File

@@ -34,7 +34,6 @@ jobs:
run: |
npm install
npm run compile
npm run build
- name: Upload Artifact
uses: actions/upload-artifact@v3