mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
[gha] update deb build action
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
f33b0cad2e
commit
db0f2fab11
4
.github/workflows/build-deb.yml
vendored
4
.github/workflows/build-deb.yml
vendored
@ -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…
Reference in New Issue
Block a user