Skip to content

Commit

Permalink
chore: Refactor Snort build workflow to improve package management
Browse files Browse the repository at this point in the history
  • Loading branch information
bengo237 committed Aug 26, 2024
1 parent b928f51 commit 55af43d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/package-snort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,4 @@ jobs:
name: snort3-packages-arm64
path: /work/packages/arm64

- name: Publish .deb packages
run: |
for arch in amd64 arm64; do
cd /work/packages/$arch
gh release upload --repo github.com/ADORSYS-GIS/wazuh-snort ${{ github.ref_name }} *.deb --clobber
cd ../../../
done

0 comments on commit 55af43d

Please sign in to comment.