Skip to content

Commit

Permalink
test actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fukusuket committed Feb 24, 2024
1 parent e5fd016 commit 5100b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
& ".\hayabusa-$($LATEST_VER -replace 'v')-win-x64.exe" json-timeline -d ..\..\hayabusa-sample-evtx -L -w -p super-verbose -o ..\..\takajo\timeline.jsonl
- name: run extract-scriptblocks
run: cd takajo && ./takajo extract-scriptblocks -t timeline.jsonl -o .\scriptblocks
run: cd takajo && ./takajo extract-scriptblocks -t timeline.jsonl -o $PWD.Path + "scriptblocks"

- name: run extract-scriptblocks(-o)
shell: pwsh
Expand Down

0 comments on commit 5100b29

Please sign in to comment.