diff --git a/.github/workflows/build-deb.yml b/.github/workflows/build-deb.yml index 327122b..1f72c02 100644 --- a/.github/workflows/build-deb.yml +++ b/.github/workflows/build-deb.yml @@ -36,6 +36,7 @@ jobs: - name: Build DEB package run: | debuild -us -uc + ls -l ../ cp ../nagios-plugins-ets_${VERSION}_amd64.deb nagios-plugins-ets_${VERSION}_amd64.deb - name: Archive production artifacts