mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
[gha] fix build without pushing tag for pre-release debian packages
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
8a8e328fcf
commit
8ac2ee49a8
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install devscripts
|
sudo apt-get install devscripts
|
||||||
debchange -v "`git describe --tags`-stretch" -M --distribution stretch "trunk build"
|
debchange -v "`git describe --tags`-stretch" -b -M --distribution stretch "trunk build"
|
||||||
- uses: singingwolfboy/build-dpkg-stretch@v1
|
- uses: singingwolfboy/build-dpkg-stretch@v1
|
||||||
id: build
|
id: build
|
||||||
with:
|
with:
|
||||||
@ -73,7 +73,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install devscripts
|
sudo apt-get install devscripts
|
||||||
debchange -v "`git describe --tags`-buster" -M --distribution buster "trunk build"
|
debchange -v "`git describe --tags`-buster" -b -M --distribution buster "trunk build"
|
||||||
- uses: singingwolfboy/build-dpkg-buster@v1
|
- uses: singingwolfboy/build-dpkg-buster@v1
|
||||||
id: build
|
id: build
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user