From 32405580bd1cb34789c647994fb7059181d23636 Mon Sep 17 00:00:00 2001 From: Vasily Maryutenkov Date: Wed, 22 Jun 2022 01:07:19 +0300 Subject: [PATCH] fix upload artifacts --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e75e904..7046239 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -47,6 +47,6 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: files: | - build/* + clickhouse-exporter/build/* env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}