mirror of
https://github.com/NLnetLabs/rtrtr.git
synced 2024-05-11 05:55:07 +00:00
This project uses -dev to denote a dev build, not -bis.
This commit is contained in:
4
.github/workflows/pkg.yml
vendored
4
.github/workflows/pkg.yml
vendored
@ -45,9 +45,9 @@ jobs:
|
||||
- "debian:bullseye" # debian/11
|
||||
env:
|
||||
CARGO_DEB_VER: 1.28.0
|
||||
# A RTRTR version of the form 'x.y.z-bis' denotes a dev build that is
|
||||
# A RTRTR version of the form 'x.y.z-dev' denotes a dev build that is
|
||||
# newer than the released x.y.z version but is not yet a new release.
|
||||
NEXT_VER_LABEL: bis
|
||||
NEXT_VER_LABEL: dev
|
||||
name: deb-pkg
|
||||
runs-on: ubuntu-latest
|
||||
# Build on the oldest platform we are targeting in order to avoid
|
||||
|
Reference in New Issue
Block a user