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 5fc9ded commit 8055544
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package-snort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
# Adjust the script path if necessary
bash ./scripts/snort3.sh
mkdir -p /work/packages/$ARCH
mv /work/snort-package.deb /work/packages/$ARCH/
# Move the package with the correct filename
mv /work/snort3_3.2.2.0-1_${ARCH}.deb /work/packages/$ARCH/
- name: Upload packages
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 8055544

Please sign in to comment.