From d71cf21a8a2b29a4877e631e2a37d19a896f7408 Mon Sep 17 00:00:00 2001 From: swapnilucsd <156013287+swapnilucsd@users.noreply.github.com> Date: Thu, 15 Aug 2024 10:45:15 -0700 Subject: [PATCH] Update build-deb.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 0bae097..327122b 100644 --- a/.github/workflows/build-deb.yml +++ b/.github/workflows/build-deb.yml @@ -36,11 +36,11 @@ jobs: - name: Build DEB package run: | debuild -us -uc - cp ../nagios-plugins-ets_${VERSION}_amd64.deb nagios-plugins-ets_amd64.deb + cp ../nagios-plugins-ets_${VERSION}_amd64.deb nagios-plugins-ets_${VERSION}_amd64.deb - name: Archive production artifacts uses: actions/upload-artifact@v4 with: - name: nagios-plugins-ets_amd64.deb + name: nagios-plugins-ets_${VERSION}_amd64.deb path: | - nagios-plugins-ets_amd64.deb + nagios-plugins-ets_${VERSION}_amd64.deb