Skip to content

Commit

Permalink
fix: update hayabusa zip name
Browse files Browse the repository at this point in the history
  • Loading branch information
fukusuket committed Apr 3, 2024
1 parent bc6ac2e commit cb36a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rule-parse-error-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cd hayabusa
git fetch --prune --unshallow
LATEST_VER=`git describe --tags --abbrev=0`
URL="https://github.com/Yamato-Security/hayabusa/releases/download/${LATEST_VER}/hayabusa-${LATEST_VER#v}-linux.zip"
URL="https://github.com/Yamato-Security/hayabusa/releases/download/${LATEST_VER}/hayabusa-${LATEST_VER#v}-linux-intel.zip"
mkdir tmp
cd tmp
curl -OL $URL
Expand Down

0 comments on commit cb36a72

Please sign in to comment.