Skip to content

Commit

Permalink
Merge pull request #640 from Yamato-Security/fix-github-actions
Browse files Browse the repository at this point in the history
fix: update GitHub action's hayabusa zip name
  • Loading branch information
YamatoSecurity authored Apr 3, 2024
2 parents bc6ac2e + cb36a72 commit 9fe24d4
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 9fe24d4

Please sign in to comment.