Skip to content

Commit

Permalink
Merge branch 'debian-package--build-from-the-current-branch' of githu…
Browse files Browse the repository at this point in the history
…b.com:ArneBab/fred-staging-1 into next

reviewed by Bombe
  • Loading branch information
ArneBab committed Sep 7, 2023
2 parents b830b8c + 042e6b5 commit 5bda2ac
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
tags:
- build**
- testing-**
pull_request:
jobs:
build-deb:
strategy:
Expand Down Expand Up @@ -40,10 +41,16 @@ jobs:
- name: Build package
run: |
sudo gbp buildpackage --git-ignore-branch --git-upstream-tag=debian-package -us -uc --git-ignore-new || (EDITOR=true dpkg-source --commit . hack-1 && sudo gbp buildpackage --git-ignore-branch --git-upstream-tag=debian-package -us -uc --git-ignore-new)
sudo gbp buildpackage --git-ignore-branch --git-upstream-tag="HEAD" -us -uc --git-ignore-new || (EDITOR=true dpkg-source --commit . hack-1 && sudo gbp buildpackage --git-ignore-branch --git-upstream-tag="HEAD" -us -uc --git-ignore-new)
- name: Get package info
run: |
dpkg -I ../freenet*.deb
file ../freenet*.deb
cp ../freenet*.deb ./
- name: Provide Debian Package
uses: actions/upload-artifact@v3
with:
name: debian-package
path: freenet_*.deb

0 comments on commit 5bda2ac

Please sign in to comment.