Skip to content

Commit

Permalink
chore: Move Snort package with correct filename during packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
bengo237 committed Aug 26, 2024
1 parent 2fb032b commit 633bb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-snort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
bash ./scripts/snort3.sh
mkdir -p /work/packages/$ARCH
# Move the package with the correct filename
find /work -name "*.deb" -exec mv {} /work/packages/$ARCH/ \;
find / -name "*.deb" -exec mv {} /work/packages/$ARCH/ \;
- name: Upload packages
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 633bb36

Please sign in to comment.