Skip to content

Commit

Permalink
updated .yml
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnil110399 committed Jul 8, 2024
1 parent f88fd70 commit af668e4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ jobs:
name: Create DEB release
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v2

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y dpkg-dev

- name: Check Directory
run: |
pwd
ls
- name: Create directories for DEB packaging
run: |
mkdir -p nagios-plugins-ets-1.4/usr/lib64/nagios/plugins
Expand Down

0 comments on commit af668e4

Please sign in to comment.