Skip to content

Commit

Permalink
chore: Improve Snort package naming and move with correct filename du…
Browse files Browse the repository at this point in the history
…ring packaging
  • Loading branch information
bengo237 committed Aug 26, 2024
1 parent 19cdcec commit 2fb032b
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
mv /work/*.deb /work/packages/$ARCH/
find /work -name "*.deb" -exec mv {} /work/packages/$ARCH/ \;
- name: Upload packages
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 2fb032b

Please sign in to comment.