From da7e17105ec1a7b9e542c40d9505a924849d40be Mon Sep 17 00:00:00 2001 From: smoothbear Date: Thu, 27 May 2021 17:20:00 +0900 Subject: [PATCH] =?UTF-8?q?:bug:=20::=20(#2)=20GPG=20key=20path=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 5ae7d5a..ccd1588 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -18,7 +18,7 @@ jobs: - name: Build packages run: gradle build - name: Grant permission to deploy.sh - run: chmod 755 .github/commands/deploy.sh + run: chmod 755 .github/workflows/commands/deploy.sh - name: Publish to the Maven Central Repository run: .github/commands/deploy.sh env: