File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments