Browse Source

[gha] update deb build action

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/1795/head
R4SAS 1 year ago
parent
commit
bd63383d7f
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 2
      .github/workflows/build-deb.yml

2
.github/workflows/build-deb.yml

@ -18,7 +18,7 @@ jobs: @@ -18,7 +18,7 @@ jobs:
with:
docker-image: debian:${{ matrix.dist }}-slim
buildpackage-opts: --build=binary --no-sign
before-build-hook: debchange --controlmaint -v "$(git describe --tags)~${{ matrix.dist }}" -b --distribution ${{ matrix.dist }} "CI build"
before-build-hook: debchange --controlmaint --local"+$(git rev-parse --short $GITHUB_SHA)~${{ matrix.dist }}" -b --distribution ${{ matrix.dist }} "CI build"
extra-build-deps: devscripts git
- uses: actions/upload-artifact@v3
with:

Loading…
Cancel
Save