Fixing release pipeline

This commit is contained in:
Mike Farah 2024-11-16 15:43:21 +11:00
parent 42db154e2e
commit 129e597346
2 changed files with 4 additions and 2 deletions

View File

@ -41,8 +41,6 @@ jobs:
run: |
sudo apt-get install rhash -y
go install github.com/goreleaser/goreleaser/v2@latest
mkdir -p build
cp yq.1 build/yq.1
./scripts/xcompile.sh
- name: Release

View File

@ -8,8 +8,12 @@ if [ -z "$CI" ]; then
GORELEASER+=" --snapshot"
fi
mkdir -p build
$GORELEASER
cp yq.1 build/yq.1
cd build
# Remove artifacts from goreleaser