Skip to content

Commit

Permalink
fix(ci): Download artifact from workflow (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbitstack authored Dec 15, 2023
1 parent 2bba481 commit 2f31107
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/download-artifact@v3
- name: Download binary
uses: dawidd6/action-download-artifact@v2
with:
run_id: ${{ github.event.workflow_run.id }}
name: fibratus-amd64.exe
path: .
search_artifacts: true
- name: Validate rules
run: |
./fibratus-amd64.exe rules validate --filters.rules.from-paths=rules\* --filters.macros.from-paths=rules\macros\*

0 comments on commit 2f31107

Please sign in to comment.