Browse Source

[gha] update deb build action

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

4
.github/workflows/build-deb.yml

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

Loading…
Cancel
Save