From 63f208b822a96fd282d20ec195ebb37bb1c925a5 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Wed, 17 Apr 2024 22:41:13 -0600 Subject: [PATCH] typo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c4864fa32ce49c58669acb487f4e8d43226142d..7e198013649b02a1054754442e464052a4bed980 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -249,7 +249,7 @@ jobs: target/aarch64-apple-darwin/release/Zed-aarch64.dmg target/x86_64-apple-darwin/release/Zed-x86_64.dmg target/release/Zed.dmg - body_file: target/release-notes.md + body_path: target/release-notes.md env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}