From b6ca5ed4eed0d9a00b85537e30204bcb88cc04b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=86=89?= Date: Sun, 22 Oct 2023 01:07:32 +0800 Subject: [PATCH] fix .github/workflows/build emulator-app.yml --- .github/workflows/build emulator-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build emulator-app.yml b/.github/workflows/build emulator-app.yml index 158c982..f77ab0c 100644 --- a/.github/workflows/build emulator-app.yml +++ b/.github/workflows/build emulator-app.yml @@ -58,7 +58,7 @@ jobs: uses: softprops/action-gh-release@v1 with: files: "cli/dist/*.dmg" - body_path: README.md + body_path: cli/README.md name: "Pre-release ${{ env.NEXT_VERSION }}" tag_name: "v${{ env.NEXT_VERSION }}" draft: false