Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vaguue authored Nov 12, 2023
1 parent 041ef34 commit 009ac7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
echo "Current Path - $PATH"
GHIDRAJS_INSTALL_LOCAL=yes npm i
mkdir -p project
ls -R dist
sha256sum dist/javet/Ghidra.js.zip
$HOME/ghidra/${{ matrix.ghidra-folder }}/support/analyzeHeadless ./project/ TestProject -deleteProject -preScript examples/test.js -import examples/exe/yes | tee output.txt
isOk=$(cat output.txt | grep "[*] ok")
Expand Down

0 comments on commit 009ac7a

Please sign in to comment.