Skip to content

Commit

Permalink
Fix for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dhavalmehta07 committed Dec 21, 2023
1 parent 7192c40 commit c019582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c019582

Please sign in to comment.