From 37e7a45860c8d953e2175207afcd5ce0a6a1eecf Mon Sep 17 00:00:00 2001 From: Haruki Date: Tue, 22 Aug 2023 09:04:51 +0900 Subject: [PATCH] =?UTF-8?q?workdir=E3=82=92=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 9cb566f..fd6d67b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,6 +25,6 @@ jobs: - uses: goreleaser/goreleaser-action@v4 with: args: release --clean - workdir: ./cli + workdir: ./nostrh env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}