Skip to content

Commit

Permalink
DO-NOT-MERGE: ci: build debian package in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Moessbauer <[email protected]>
  • Loading branch information
fmoessbauer committed Jul 16, 2024
1 parent 79e2531 commit fbda15e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: |
sudo apt update && sudo apt install -y make git zip
- run: make package
- run: make package deb

- name: "web-ext lint"
run: |
Expand All @@ -63,6 +63,7 @@ jobs:
name: firefox-xpi
path: |
build/**/*.xpi
pkgs/linux-entra-sso_*.deb
- uses: actions/upload-artifact@v4
with:
Expand All @@ -73,4 +74,6 @@ jobs:
- name: attest extension artifacts
uses: actions/attest-build-provenance@v1
with:
subject-path: 'build/Linux-Entra-SSO-v*'
subject-path: |
'build/Linux-Entra-SSO-v*'
'pkgs/linux-entra-sso_*.deb'

0 comments on commit fbda15e

Please sign in to comment.