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 bf54442 commit 36c524f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
mkdir -p nagios-plugins-ets-1.4/usr/lib64/nagios/plugins
mkdir -p nagios-plugins-ets-1.4/DEBIAN
- name: Print folder structure
run: |
ls -R nagios-plugins-ets-1.4
Expand All @@ -34,8 +34,8 @@ jobs:
- name: Copy plugin files
run: |
cp check_mem.c nagios-plugins-ets-1.4/
cp nagios-plugins-ets-1.4/DEBIAN/control nagios-plugins-ets-1.4/
cp nagios-plugins-ets-1.4/DEBIAN/postinst nagios-plugins-ets-1.4/
cp control nagios-plugins-ets-1.4/DEBIAN/
cp postinst nagios-plugins-ets-1.4/DEBIAN/
- name: Build DEB package
run: dpkg-deb --build nagios-plugins-ets-1.4
Expand Down

0 comments on commit 36c524f

Please sign in to comment.