From 98571c3779e577e66d5f097b21f69aea675a1cb9 Mon Sep 17 00:00:00 2001 From: redkale Date: Sat, 1 Jun 2024 00:17:13 +0800 Subject: [PATCH] pom --- .github/workflows/maven_snapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven_snapshot.yml b/.github/workflows/maven_snapshot.yml index 3dd1b64e1..3502f708d 100644 --- a/.github/workflows/maven_snapshot.yml +++ b/.github/workflows/maven_snapshot.yml @@ -34,6 +34,6 @@ jobs: - name: Show the Gpg run: gpg --list-secret-keys - name: Detail the Gpg - run: tail -n100 /tmp/private-key.asc + run: tail -n100 /home/runner/tmp/private-key.asc - name: Build with Maven run: mvn --batch-mode clean deploy -DskipTests=true