Skip to content

Commit

Permalink
feat: add actions for encrypted rules
Browse files Browse the repository at this point in the history
  • Loading branch information
fukusuket committed Jun 22, 2024
1 parent 38f691e commit c36ebf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-encrypted-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- name: Extract directory
run: |
mkdir encrypted-rules
cp -r ./config ./encrypted-rules
cp -r ./hayabusa ./encrypted-rules
cp -r ./sigma ./encrypted-rules
mv ./config ./encrypted-rules/
mv ./hayabusa ./encrypted-rules/
mv ./sigma ./encrypted-rules/
- name: Zip directory
run: |
Expand Down

0 comments on commit c36ebf6

Please sign in to comment.