Skip to content

Commit

Permalink
Merge pull request #211 from dream11/fix/workflow
Browse files Browse the repository at this point in the history
Fix for release
  • Loading branch information
dhavalmehta07 authored Dec 21, 2023
2 parents 7192c40 + c019582 commit ab15025
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 ab15025

Please sign in to comment.