From 3c93eb1a71585e058e89b27f3612146aa2b19c85 Mon Sep 17 00:00:00 2001 From: swapnil sinha Date: Mon, 8 Jul 2024 11:31:53 -0700 Subject: [PATCH] updated .yml --- .github/workflows/build-deb.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-deb.yml b/.github/workflows/build-deb.yml index 084c94b..f587989 100644 --- a/.github/workflows/build-deb.yml +++ b/.github/workflows/build-deb.yml @@ -30,15 +30,15 @@ jobs: wget -O nagios-plugins-ets-1.4/usr/lib64/nagios/plugins/check_smartmon.py https://github.com/ucsd-ets/nagios-plugins-ets/blob/master/check_smartmon.py wget -O nagios-plugins-ets-1.4/usr/lib64/nagios/plugins/check_zpools.sh https://github.com/ucsd-ets/nagios-plugins-ets/blob/master/check_zpools.sh chmod 755 nagios-plugins-ets-1.4/usr/lib64/nagios/plugins/* - + - name: Print folder structure run: | ls -R nagios-plugins-ets-1.4 - name: Copy plugin files run: | - cp control nagios-plugins-ets-1.4/DEBIAN/ - cp postinst nagios-plugins-ets-1.4/DEBIAN/ + 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