File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 32
32
curl -L -o linux_x86_64.tar.gz "https://github.com/Phara0h/WaspsWithBazookas/releases/download/${VERSION}/waspswithbazookas-linux-x86_64.tar.gz"
33
33
SHA256_LINUX_X86_64=$(sha256sum linux_x86_64.tar.gz | cut -d' ' -f1)
34
34
echo "sha256_linux_x86_64=$SHA256_LINUX_X86_64" >> $GITHUB_OUTPUT
35
-
36
- # For Linux aarch64
37
- curl -L -o linux_aarch64.tar.gz "https://github.com/Phara0h/WaspsWithBazookas/releases/download/${VERSION}/waspswithbazookas-linux-aarch64.tar.gz"
38
- SHA256_LINUX_AARCH64=$(sha256sum linux_aarch64.tar.gz | cut -d' ' -f1)
39
- echo "sha256_linux_aarch64=$SHA256_LINUX_AARCH64" >> $GITHUB_OUTPUT
40
35
41
36
- name : Update Homebrew Formula
42
37
uses : dawidd6/action-homebrew-bump-formula@v4
You can’t perform that action at this time.
0 commit comments