|
|
@ -18,7 +18,7 @@ jobs: |
|
|
|
with: |
|
|
|
with: |
|
|
|
docker-image: debian:${{ matrix.dist }}-slim |
|
|
|
docker-image: debian:${{ matrix.dist }}-slim |
|
|
|
buildpackage-opts: --build=binary --no-sign |
|
|
|
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 |
|
|
|
extra-build-deps: devscripts git |
|
|
|
- uses: actions/upload-artifact@v3 |
|
|
|
- uses: actions/upload-artifact@v3 |
|
|
|
with: |
|
|
|
with: |
|
|
|