Skip to content

Commit

Permalink
Fix MSI log path
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbitstack authored Dec 15, 2023
1 parent e561f65 commit 5d88ea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
search_artifacts: true
- name: Install Fibratus
run: |
msiexec /i fibratus-0.0.0-amd64.msi /quiet /qn /norestart /log install.log
cat install.log
msiexec /i "fibratus-0.0.0-amd64.msi" /quiet /qn /norestart /log "$env:temp\install.log"
cat $env:temp\install.log
- name: Validate rules
run: |
fibratus.exe rules validate

0 comments on commit 5d88ea3

Please sign in to comment.