Skip to content

Commit

Permalink
chore: Download and publish Snort packages for different architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
bengo237 committed Aug 26, 2024
1 parent 13a96fc commit 90ec742
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/package-snort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,17 @@ jobs:
- name: Create work directory
run: sudo mkdir -p /work && sudo chmod -R 777 /work

- name: Download all packages
- name: Download amd64 packages
uses: actions/download-artifact@v3
with:
name: "snort3-packages-*"
path: /work/packages
name: snort3-packages-amd64
path: /work/packages/amd64

- name: Download arm64 packages
uses: actions/download-artifact@v3
with:
name: snort3-packages-arm64
path: /work/packages/arm64

- name: Publish packages
run: |
Expand Down

0 comments on commit 90ec742

Please sign in to comment.