From 7fa4b890b688ab4b86d354ad00a899e6b3bd8916 Mon Sep 17 00:00:00 2001 From: DarkRRb <177549718+CwkDark@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:56:52 +0800 Subject: [PATCH] update build action --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f466f83..45d10b1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,4 +45,4 @@ jobs: if: github.event_name != 'pull_request' with: name: Lagrange.Kritor_${{ matrix.runtimeIdentifier }}_net8.0_NoSelfContained - path: Lagrange.OneBot/bin/Release/net8.0/${{ matrix.runtimeIdentifier }}/publish + path: Lagrange.Kritor/bin/Release/net8.0/${{ matrix.runtimeIdentifier }}/publish