From c019582ee6d74ddfcb08c1e72537c37dcf47a0cd Mon Sep 17 00:00:00 2001 From: dhavalmehta07 Date: Fri, 22 Dec 2023 01:20:24 +0530 Subject: [PATCH] Fix for release --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f021bc8b..b0180b5a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -89,7 +89,7 @@ jobs: darwin-arm64-url: https://github.com/dream11/odin/releases/download/${{ steps.commit.outputs.version }}/odin_darwin_arm64.tar.gz darwin-arm64-sha: ${{ steps.sha256.outputs.darwin_arm64 }} linux-amd64-url: https://github.com/dream11/odin/releases/download/${{ steps.commit.outputs.version }}/odin_linux_amd64.tar.gz - linux-amd64-url: ${{ steps.sha256.outputs.linux_amd64 }} + linux-amd64-sha: ${{ steps.sha256.outputs.linux_amd64 }} merge-pr: false - name: Comment homebrew-tools generated PR