From 86bf341a97c03dfa01e27966d6b55ac992d427f1 Mon Sep 17 00:00:00 2001 From: swapnilucsd <156013287+swapnilucsd@users.noreply.github.com> Date: Thu, 15 Aug 2024 12:41:38 -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 1f72c02..6ce11cb 100644 --- a/.github/workflows/build-deb.yml +++ b/.github/workflows/build-deb.yml @@ -37,11 +37,11 @@ jobs: run: | debuild -us -uc ls -l ../ - cp ../nagios-plugins-ets_${VERSION}_amd64.deb nagios-plugins-ets_${VERSION}_amd64.deb + cp ../nagios-plugins-ets_${env.VERSION}_amd64.deb nagios-plugins-ets_${env.VERSION}_amd64.deb - name: Archive production artifacts uses: actions/upload-artifact@v4 with: - name: nagios-plugins-ets_${VERSION}_amd64.deb + name: nagios-plugins-ets_${env.VERSION}_amd64.deb path: | - nagios-plugins-ets_${VERSION}_amd64.deb + nagios-plugins-ets_${env.VERSION}_amd64.deb