Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 0f0123d

Browse files
committed
fixup! chore: update homebrew script to support linuxbrew
1 parent 7dc29f6 commit 0f0123d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,6 @@ jobs:
100100
asset_name: coder-cli-windows-386.zip
101101
asset_content_type: application/zip
102102
- name: Open PR to cdr/homebrew-coder
103-
run: ./ci/scripts/update_homebrew.sh $(pwd)/coder-cli-darwin-amd64/coder-cli-darwin-amd64.zip
103+
run: ./ci/scripts/bump_homebrew.sh \
104+
$(pwd)/coder-cli-darwin-amd64/coder-cli-darwin-amd64.zip \
105+
$(pwd)/coder-cli-linux-amd64/coder-cli-linux-amd64.tar.gz
File renamed without changes.

0 commit comments

Comments
 (0)