mirror of
https://github.com/FiloSottile/age.git
synced 2026-09-04 15:17:04 +00:00
.github/workflows: include compatibility plugins in release archives
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user