.github/workflows: include compatibility plugins in release archives

This commit is contained in:
Filippo Valsorda
2026-08-29 19:30:10 +02:00
parent e0ffaca260
commit 019df184df
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
VERSION="$(git describe --tags)"
DIR="$(mktemp -d)"
mkdir "$DIR/age"
go build -o "$DIR/age" -trimpath ./cmd/...
go build -o "$DIR/age" -trimpath ./cmd/... ./extra/...
cp LICENSE "$DIR/age/LICENSE"
cat .github/workflows/LICENSE.suffix.txt >> "$DIR/age/LICENSE"
if [ "$GOOS" == "windows" ]; then