Skip to content

Commit

Permalink
chore: Update Snort build workflow to create a work directory for pac…
Browse files Browse the repository at this point in the history
…kage artifacts
  • Loading branch information
bengo237 committed Aug 26, 2024
1 parent caba4b5 commit fcfd8bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/package-snort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
needs: build

steps:
- name: Create work directory
run: sudo mkdir -p /work && sudo chmod -R 777 /work

- name: Download amd64 packages
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit fcfd8bd

Please sign in to comment.