We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42db154 commit 129e597Copy full SHA for 129e597
.github/workflows/release.yml
@@ -41,8 +41,6 @@ jobs:
41
run: |
42
sudo apt-get install rhash -y
43
go install github.com/goreleaser/goreleaser/v2@latest
44
- mkdir -p build
45
- cp yq.1 build/yq.1
46
./scripts/xcompile.sh
47
48
- name: Release
scripts/xcompile.sh
@@ -8,8 +8,12 @@ if [ -z "$CI" ]; then
8
GORELEASER+=" --snapshot"
9
fi
10
11
+mkdir -p build
12
+
13
$GORELEASER
14
15
+cp yq.1 build/yq.1
16
17
cd build
18
19
# Remove artifacts from goreleaser
0 commit comments