Skip to content

Commit 8c41d14

Browse files
committed
chore(CI): use topheman/update-homebrew-tap@v2 with linuxArm
1 parent 15ba8bf commit 8c41d14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-homebrew-tap.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ jobs:
1515
- name: Checkout source repo
1616
uses: actions/checkout@v4
1717
- name: Update Homebrew Formula
18-
uses: topheman/update-homebrew-tap@v1
18+
uses: topheman/update-homebrew-tap@v2
1919
with:
2020
formula-target-repository: topheman/homebrew-tap
2121
formula-target-file: Formula/pluginlab.rb
2222
tar-files: |
2323
{
24+
"linuxArm": "https://github.com/topheman/webassembly-component-model-experiments/releases/download/${{ github.ref_name }}/pluginlab-aarch64-unknown-linux-gnu.tar.gz",
2425
"linuxIntel": "https://github.com/topheman/webassembly-component-model-experiments/releases/download/${{ github.ref_name }}/pluginlab-x86_64-unknown-linux-gnu.tar.gz",
2526
"macArm": "https://github.com/topheman/webassembly-component-model-experiments/releases/download/${{ github.ref_name }}/pluginlab-aarch64-apple-darwin.tar.gz",
2627
"macIntel": "https://github.com/topheman/webassembly-component-model-experiments/releases/download/${{ github.ref_name }}/pluginlab-x86_64-apple-darwin.tar.gz"

0 commit comments

Comments
 (0)