From f7dbd581c6d0a7311e6f09d9757a511ba6969de2 Mon Sep 17 00:00:00 2001 From: Igor Gov Date: Tue, 24 May 2022 18:46:43 +0300 Subject: [PATCH] Fixing release flow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cd40c26..96fbd8e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,7 +67,7 @@ jobs: - name: Build run: | cd ui && npm i && npm run build - go build -ldflags="-X 'main.Version=$VERSION'" -o "$BINARY_NAME" -v + cd .. && go build -ldflags="-X 'main.Version=$VERSION'" -o "$BINARY_NAME" -v # - name: Release Notes # run: # git log $(git describe HEAD~ --tags --abbrev=0)..HEAD --pretty='format:* %h %s%n * %an <%ae>' --no-merges >> ".github/RELEASE-TEMPLATE.md"