Skip to content

Commit

Permalink
chore: Update Snort build workflow to use relative paths for script e…
Browse files Browse the repository at this point in the history
…xecution
  • Loading branch information
bengo237 committed Aug 26, 2024
1 parent 8db384e commit cca2b1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package-snort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:

- name: Install dependencies and build Snort
run: |
chmod +x /scripts/snort3.sh
/scripts/snort3.sh
chmod +x ./scripts/snort3.sh
./scripts/snort3.sh
- name: Create Debian package
run: |
Expand Down

0 comments on commit cca2b1f

Please sign in to comment.