add git, use git tag

This commit is contained in:
2025-11-23 18:19:35 +01:00
parent fb243dc3b7
commit 1616eac575
2 changed files with 4 additions and 3 deletions

View File

@@ -15,7 +15,8 @@ steps:
- ninja -C build
- meson dist -C build --formats xztar,gztar,zip
- file build/dbtool
- mv build/dbtool dbtool-linux-amd64
- mv build/dbtool dbtool-linux-amd64-$CI_COMMIT_TAG
- mv build/meson-dist/* .
release:
image: alpine:latest
@@ -27,4 +28,4 @@ steps:
commands:
- apk update
- apk add --no-cache bash httpie jq git
- .woodpecker/release.sh dbtool-linux-amd64 build/meson-dist/*
- .woodpecker/release.sh dbtool-*