From b89bc35a302d7d96d72f80145c184da5c6b74755 Mon Sep 17 00:00:00 2001 From: Yang Yang <153794571+YuWanTingbb@users.noreply.github.com> Date: Fri, 23 Feb 2024 01:49:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20maven-publish.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/maven-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index f0ce4ef..29c0fe8 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -42,5 +42,5 @@ jobs: uses: actions/upload-artifact@v2 with: name: gpt-4-copilot - path: target/gpt-4-copilot-0.4.0 # Replace your-binary-name with the actual name of your binary file + path: target/gpt-4-copilot # Replace your-binary-name with the actual name of your binary file