From a85cd839c61721688bb8bbe6445e894ada61e620 Mon Sep 17 00:00:00 2001 From: Mohamed Gaber Date: Fri, 8 Sep 2023 21:16:23 +0300 Subject: [PATCH] Fix Mac ver uploading --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7a38b2..d11f0c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -132,7 +132,7 @@ jobs: uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.NEW_TAG }} - body: | + body: > Changelog: https://github.com/donn/nudelta/blob/main/Changelog.md ![Screencap](https://raw.githubusercontent.com/donn/nudelta/main/res/screencap.png) @@ -156,6 +156,6 @@ jobs: ![Setting Linux execute permission with the GNOME File Browser](https://raw.githubusercontent.com/donn/nudelta/main/res/linux_exec_permission.png) files: | - /tmp/nudelta-amd64.app.zip + /tmp/nudelta-universal.app.dmg /tmp/nudelta-amd64.exe.zip /tmp/nudelta-amd64.AppImage