From 9d9bded1b63352082f6891e926b0640fef9b86a7 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Mon, 20 Jun 2022 16:41:31 +0530 Subject: [PATCH] chore: file name correction Signed-off-by: Pranav C --- .github/workflows/release-pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index 403501c4e7..6960d1a268 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -119,8 +119,8 @@ jobs: #### MacOS ```bash - curl https://github.com/nocodb/nocodb-timely/releases/download/${{ needs.set-tag.outputs.current_version }}-${{ needs.set-tag.outputs.target_tag }}/Noco-linux-arm64 \ - && chmod +x Noco-linux-arm64 \ + curl https://github.com/nocodb/nocodb-timely/releases/download/${{ needs.set-tag.outputs.current_version }}-${{ needs.set-tag.outputs.target_tag }}/Noco-macos-arm64 \ + && chmod +x Noco-macos-arm64 \ && ./Noco-linux-arm64 ``` #### Linux