From 9605a3efadab1c2b6b2c731ec483b52d8027dc82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C4=B1za?= Date: Sun, 26 Jun 2022 03:39:48 +0300 Subject: [PATCH] fix: release action --- .github/workflows/release-binary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-binary.yml b/.github/workflows/release-binary.yml index d457ebb..8a695b8 100644 --- a/.github/workflows/release-binary.yml +++ b/.github/workflows/release-binary.yml @@ -24,6 +24,6 @@ jobs: with: args: "release --rm-dist" version: latest - workdir: . + workdir: ./cmd env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file