From 1f06d216b556747559b2816540ccf02c323ee574 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Wed, 28 Apr 2021 15:42:42 -0600 Subject: [PATCH] Fix artifact name --- .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 baf0b01417..bcb244a81b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,5 +49,5 @@ jobs: run: script/bundle - uses: actions/upload-artifact@v2 with: - name: Zed.app + name: Zed.dmg path: target/release/bundle/Zed.dmg