Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
scudette committed Nov 5, 2023
1 parent 860f142 commit 47142ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Prepare
run: |
make linux
./velosigmac compile --config ./config/windows_hayabusa_rules.yaml --output ./output/Velociraptor-Hayabusa-Rules.zip ; true
./velosigmac compile --config ./config/windows_hayabusa_event_monitoring.yaml --output ../output/Velociraptor-Hayabusa-Monitoring.zip ; true
./velosigmac compile --config ./config/windows_hayabusa_rules.yaml --output ./output/Velociraptor-Hayabusa-Rules.zip ; cd .
./velosigmac compile --config ./config/windows_hayabusa_event_monitoring.yaml --output ../output/Velociraptor-Hayabusa-Monitoring.zip ; cd .
cp output/*.zip docs/static/
- name: Build
Expand Down

0 comments on commit 47142ba

Please sign in to comment.